1
0
Fork 0
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:
Chaim Lev-Ari 2021-12-09 09:38:07 +02:00 committed by GitHub
parent f864b1bf69
commit 8f32517baa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 140 additions and 160 deletions

View file

@ -14,7 +14,7 @@ const projectRoot = path.resolve(__dirname, '..');
module.exports = {
entry: {
main: './app/__module.js',
main: './app',
},
output: {
filename: '[name].[hash].js',