mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
refactor(app): convert root folder files to es6 (#4159)
This commit is contained in:
parent
f864b1bf69
commit
8f32517baa
5 changed files with 140 additions and 160 deletions
|
@ -14,7 +14,7 @@ const projectRoot = path.resolve(__dirname, '..');
|
|||
|
||||
module.exports = {
|
||||
entry: {
|
||||
main: './app/__module.js',
|
||||
main: './app',
|
||||
},
|
||||
output: {
|
||||
filename: '[name].[hash].js',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue