-
Notifications
You must be signed in to change notification settings - Fork 292
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update webpack * close compiler correctly even in case of errors this makes sure that idle tasks are completed (like persisting cache) * Use faster single file cache mode * update to new externals signature * create a cache per input file * Use released webpack version from npm instead
- Loading branch information
Showing
3 changed files
with
21 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11109,9 +11109,10 @@ webpack-sources@^1.1.0, webpack-sources@^1.3.0: | |
source-list-map "^2.0.0" | ||
source-map "~0.6.1" | ||
|
||
"webpack@github:webpack/webpack#next": | ||
version "5.0.0-next" | ||
resolved "https://codeload.github.com/webpack/webpack/tar.gz/3f71a165bf17bfb27138dcba799d9437a9af558c" | ||
[email protected]: | ||
version "5.0.0-alpha.0" | ||
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.0.0-alpha.0.tgz#6fdd442932ff232da783e629f2ffcf29a571b533" | ||
integrity sha512-dycVcffNaebFKI5Y6yv4yvtzAqr6MahHMBo58I9+YZQUAlf8x7sjVwFbCzxtEKLR3DAihJeQ7RscpqEQqimpuQ== | ||
dependencies: | ||
"@webassemblyjs/ast" "1.7.11" | ||
"@webassemblyjs/helper-module-context" "1.7.11" | ||
|