@rsbuild/webpack 0.2.14 → 0.2.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -156,7 +156,9 @@ async function generateWebpackConfig({
156
156
  // need a special rule merge or use bundlerChain as WebpackChain
157
157
  bundlerChain
158
158
  );
159
- let webpackConfig = chain.toConfig();
159
+ let webpackConfig = (0, import_shared.chainToConfig)(
160
+ chain
161
+ );
160
162
  webpackConfig = await modifyWebpackConfig(
161
163
  context,
162
164
  webpackConfig,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsbuild/webpack",
3
- "version": "0.2.14",
3
+ "version": "0.2.15",
4
4
  "homepage": "https://rsbuild.dev",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,13 +36,13 @@
36
36
  "tsconfig-paths-webpack-plugin": "4.1.0",
37
37
  "webpack": "^5.89.0",
38
38
  "webpack-5-chain": "8.0.1",
39
- "@rsbuild/core": "0.2.14",
40
- "@rsbuild/shared": "0.2.14"
39
+ "@rsbuild/shared": "0.2.15",
40
+ "@rsbuild/core": "0.2.15"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/node": "16.x",
44
44
  "typescript": "^5.3.0",
45
- "@rsbuild/test-helper": "0.2.14"
45
+ "@rsbuild/test-helper": "0.2.15"
46
46
  },
47
47
  "publishConfig": {
48
48
  "access": "public",