Update `webpack` to v4.41.0 (#6560)

* Update `webpack` to v4.41.0

* update cache version
master
fisker Cheung 2019-09-28 21:40:28 +08:00 committed by Lipis
parent eeb4734b23
commit f86a5bfae3
3 changed files with 6 additions and 6 deletions

View File

@ -115,7 +115,7 @@
"strip-ansi": "4.0.0",
"tempy": "0.2.1",
"terser-webpack-plugin": "1.4.1",
"webpack": "4.39.1"
"webpack": "4.41.0"
},
"scripts": {
"prepublishOnly": "echo \"Error: must publish from dist/\" && exit 1",

View File

@ -99,7 +99,7 @@ async function run(params) {
await execa("rm", ["-rf", ".cache"]);
}
const bundleCache = new Cache(".cache/", "v15");
const bundleCache = new Cache(".cache/", "v16");
await bundleCache.load();
console.log(chalk.inverse(" Building packages "));

View File

@ -7268,10 +7268,10 @@ webpack-sources@^1.4.0, webpack-sources@^1.4.1:
source-list-map "^2.0.0"
source-map "~0.6.1"
webpack@4.39.1:
version "4.39.1"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.39.1.tgz#60ed9fb2b72cd60f26ea526c404d2a4cc97a1bd8"
integrity sha512-/LAb2TJ2z+eVwisldp3dqTEoNhzp/TLCZlmZm3GGGAlnfIWDgOEE758j/9atklNLfRyhKbZTCOIoPqLJXeBLbQ==
webpack@4.41.0:
version "4.41.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.41.0.tgz#db6a254bde671769f7c14e90a1a55e73602fc70b"
integrity sha512-yNV98U4r7wX1VJAj5kyMsu36T8RPPQntcb5fJLOsMz/pt/WrKC0Vp1bAlqPLkA1LegSwQwf6P+kAbyhRKVQ72g==
dependencies:
"@webassemblyjs/ast" "1.8.5"
"@webassemblyjs/helper-module-context" "1.8.5"