Skip to content

Commit

Permalink
Fix Webpack benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkirsz committed Nov 17, 2022
1 parent 74d5ac2 commit 87532dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/next-dev/benches/bundlers/webpack/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ impl Bundler for Webpack {
&[
NpmPackage::new("@pmmmwh/react-refresh-webpack-plugin", "^0.5.7"),
NpmPackage::new("@swc/core", "^1.2.249"),
NpmPackage::new("@swc/helpers", "^0.4.13"),
NpmPackage::new("react-refresh", "^0.14.0"),
NpmPackage::new("swc-loader", "^0.2.3"),
NpmPackage::new("webpack", "^5.75.0"),
Expand Down

0 comments on commit 87532dc

Please sign in to comment.