Skip to content

Commit

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

There is a nice little performance fix for rebuild performance in this release.
It also fixes the edge case @Kikobeats did run into: https://vercel.slack.com/archives/CGU8HUTUH/p1656505879286119
  • Loading branch information
sokra committed Jul 25, 2022
1 parent 49d5e36 commit 8324cf5
Show file tree
Hide file tree
Showing 5 changed files with 3,089 additions and 2,906 deletions.
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -199,9 +199,8 @@
"turbo": "1.3.2-canary.1",
"typescript": "4.6.3",
"wait-port": "0.2.2",
"webpack": "link:node_modules/webpack5",
"webpack-bundle-analyzer": "4.3.0",
"worker-loader": "3.0.7"
"webpack": "link:packages/next/node_modules/webpack5",
"webpack-bundle-analyzer": "4.3.0"
},
"resolutions": {
"browserslist": "4.20.2",
Expand Down

0 comments on commit 8324cf5

Please sign in to comment.