Code Review
/
apps
/
html5-mixer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
783be0e
)
BUGFIX Correct webpack.config.js
author
Humberto Alfonso Díaz
<humberto.alfonso@asvito.es>
Tue, 24 Sep 2019 10:37:15 +0000
(12:37 +0200)
committer
Lorenzo Tilve
<ltilve@igalia.com>
Tue, 4 Feb 2020 08:42:15 +0000
(09:42 +0100)
webpack.config.js
patch
|
blob
|
history
diff --git
a/webpack.config.js
b/webpack.config.js
index
0d6cf17
..
ac50a74
100644
(file)
--- 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',