diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-09-24 12:37:15 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 09:42:15 +0100 |
commit | e1834d17438768a391d7509cf4bea9267513df5d (patch) | |
tree | 52e8b8e2eea5db519e9917d2ab921357be1d5b5c | |
parent | 783be0ef4f7302ca722ab3224f2c9a98e355b8da (diff) |
BUGFIX Correct webpack.config.js
-rw-r--r-- | webpack.config.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/webpack.config.js b/webpack.config.js index 0d6cf17..ac50a74 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -10,8 +10,7 @@ const ZipPlugin = require('zip-webpack-plugin'); module.exports = { mode: 'production', entry: { - index: './src/index.js', - index: './src/js/app.js' + index: './src/index.js' }, output: { path: __dirname + '/dist', |