Browse Source

bumped webpack

Eugene Pankov 7 years ago
parent
commit
cc610e158e
3 changed files with 146 additions and 582 deletions
  1. 2 2
      package.json
  2. 2 2
      terminus-terminal/webpack.config.js
  3. 142 578
      yarn.lock

+ 2 - 2
package.json

@@ -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"
   },

+ 2 - 2
terminus-terminal/webpack.config.js

@@ -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)),

File diff suppressed because it is too large
+ 142 - 578
yarn.lock


Some files were not shown because too many files changed in this diff