Add lerna
This commit is contained in:
parent
d40c538ac5
commit
51a8e2a629
23 changed files with 137 additions and 214 deletions
|
|
@ -21,13 +21,14 @@ module.exports = {
|
|||
filename: '[name].[contenthash].js',
|
||||
path: PATHS.bundles,
|
||||
},
|
||||
|
||||
devtool: 'source-map',
|
||||
watchOptions: {
|
||||
ignored: /node_modules/,
|
||||
},
|
||||
devServer: {
|
||||
host: '0.0.0.0',
|
||||
disableHostCheck: true,
|
||||
watchOptions: {
|
||||
poll: true
|
||||
},
|
||||
},
|
||||
optimization: {
|
||||
minimize: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue