Skip to content

Commit

Permalink
update webpack (#30073)
Browse files Browse the repository at this point in the history
https://github.com/webpack/webpack/releases/tag/v5.59.0

We need:
* experiments.buildHttp improvements for the new experimental flag
* managedPaths improvements from the monorepo improvements
* module build hooks for tracing
  • Loading branch information
sokra committed Oct 19, 2021
1 parent 7439b97 commit 6f3dc01
Show file tree
Hide file tree
Showing 3 changed files with 366 additions and 135 deletions.
491 changes: 361 additions & 130 deletions packages/next/compiled/webpack/bundle5.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/next/package.json
Expand Up @@ -250,7 +250,7 @@
"webpack-sources1": "npm:webpack-sources@1.4.3",
"webpack-sources3": "npm:webpack-sources@3.2.0",
"webpack4": "npm:webpack@4.44.1",
"webpack5": "npm:webpack@5.58.2",
"webpack5": "npm:webpack@5.59.0",
"ws": "8.2.3"
},
"resolutions": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -19717,10 +19717,10 @@ webpack-sources@^3.2.0:
watchpack "^1.7.4"
webpack-sources "^1.4.1"

"webpack5@npm:webpack@5.58.2":
version "5.58.2"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.58.2.tgz#6b4af12fc9bd5cbedc00dc0a2fc2b9592db16b44"
integrity sha512-3S6e9Vo1W2ijk4F4PPWRIu6D/uGgqaPmqw+av3W3jLDujuNkdxX5h5c+RQ6GkjVR+WwIPOfgY8av+j5j4tMqJw==
"webpack5@npm:webpack@5.59.0":
version "5.59.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.59.0.tgz#a5038fc0d4d9350ee528e7e1e0282080c63efcf5"
integrity sha512-2HiFHKnWIb/cBfOfgssQn8XIRvntISXiz//F1q1+hKMs+uzC1zlVCJZEP7XqI1wzrDyc/ZdB4G+MYtz5biJxCA==
dependencies:
"@types/eslint-scope" "^3.7.0"
"@types/estree" "^0.0.50"
Expand Down

0 comments on commit 6f3dc01

Please sign in to comment.