@rsbuild/webpack 0.6.2 → 0.6.3

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.
@@ -128,6 +128,7 @@ async function generateWebpackConfig({
128
128
  const {
129
129
  BannerPlugin,
130
130
  DefinePlugin,
131
+ IgnorePlugin,
131
132
  ProvidePlugin,
132
133
  HotModuleReplacementPlugin
133
134
  } = await Promise.resolve().then(() => __toESM(require("webpack")));
@@ -136,6 +137,7 @@ async function generateWebpackConfig({
136
137
  bundler: {
137
138
  BannerPlugin,
138
139
  DefinePlugin,
140
+ IgnorePlugin,
139
141
  ProvidePlugin,
140
142
  HotModuleReplacementPlugin
141
143
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsbuild/webpack",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "homepage": "https://rsbuild.dev",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,13 +34,13 @@
34
34
  "postcss": "^8.4.38",
35
35
  "tsconfig-paths-webpack-plugin": "4.1.0",
36
36
  "webpack": "^5.91.0",
37
- "@rsbuild/core": "0.6.2",
38
- "@rsbuild/shared": "0.6.2"
37
+ "@rsbuild/core": "0.6.3",
38
+ "@rsbuild/shared": "0.6.3"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/node": "16.x",
42
42
  "typescript": "^5.4.2",
43
- "@scripts/test-helper": "0.6.2"
43
+ "@scripts/test-helper": "0.6.3"
44
44
  },
45
45
  "publishConfig": {
46
46
  "access": "public",