bumped webpack

This commit is contained in:
Eugene Pankov 2018-10-12 16:55:55 +02:00
parent 0fa94d8397
commit cc610e158e
3 changed files with 188 additions and 1694 deletions

View file

@ -59,8 +59,8 @@
"typescript": "^2.8.3",
"url-loader": "^1.1.1",
"val-loader": "0.5.0",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"yaml-loader": "0.4.0",
"yarn": "^1.3.2"
},

View file

@ -14,8 +14,8 @@ module.exports = {
devtoolModuleFilenameTemplate: 'webpack-terminus-terminal:///[resource-path]',
},
mode: process.env.DEV ? 'development' : 'production',
optimization:{
minimize: false,
optimization: {
minimize: false,
},
resolve: {
modules: ['.', 'src', 'node_modules', '../app/node_modules'].map(x => path.join(__dirname, x)),

1874
yarn.lock

File diff suppressed because it is too large Load diff