Skip to content

Commit

Permalink
chore: bump rspack version
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia committed Oct 19, 2023
1 parent 47fe9ee commit a51b7b4
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 307 deletions.
4 changes: 2 additions & 2 deletions packages/bundles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"react-refresh": "0.14.0",
"core-js-pure": "^3.8.1",
"error-stack-parser": "^2.0.6",
"@rspack/core": "0.3.0",
"@rspack/dev-server": "0.3.0",
"@rspack/core": "0.3.6",
"@rspack/dev-server": "0.3.6",
"@ice/css-modules-hash": "0.0.6"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/ice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@
"unplugin": "^0.9.0",
"webpack": "^5.88.0",
"webpack-dev-server": "^4.7.4",
"@rspack/core": "0.3.0",
"@rspack/dev-server": "0.3.0"
"@rspack/core": "0.3.6",
"@rspack/dev-server": "0.3.6"
},
"peerDependencies": {
"react": ">=18.0.0",
Expand All @@ -111,4 +111,4 @@
"publishConfig": {
"access": "public"
}
}
}
1 change: 1 addition & 0 deletions packages/ice/src/bundler/rspack/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ async function bundler(
const { rspack } = await import('@ice/bundles/esm/rspack.js');
const rspackConfigs = await getConfig(context, options, rspack);
try {
// @ts-ignore
compiler = rspack(rspackConfigs);
} catch (error) {
logger.error('Webpack compile error.');
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@ice/bundles": "0.1.16"
},
"devDependencies": {
"@rspack/core": "^0.3.0"
"@rspack/core": "0.3.6"
},
"scripts": {
"watch": "tsc -w --sourceMap",
Expand Down
Loading

0 comments on commit a51b7b4

Please sign in to comment.