@rsbuild/webpack 1.0.1-rc.5 → 1.0.2

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.
package/README.md CHANGED
@@ -13,13 +13,13 @@ Note that this package is mainly used for compatibility with Modern.js and Rsbui
13
13
  ```ts
14
14
  import { defineConfig } from '@rsbuild/core';
15
15
  import { webpackProvider } from '@rsbuild/webpack';
16
- import { pluginSwc } from '@rsbuild/plugin-swc';
16
+ import { pluginSwc } from '@rsbuild/plugin-webpack-swc';
17
17
 
18
18
  export default defineConfig({
19
19
  provider: webpackProvider,
20
20
  plugins: [
21
21
  // @rsbuild/webpack has no built-in transformer and minimizer,
22
- // so you need to register the plugin-swc.
22
+ // so you need to register the @rsbuild/plugin-webpack-swc.
23
23
  pluginSwc(),
24
24
  ],
25
25
  });
package/dist/index.js CHANGED
@@ -46,11 +46,11 @@ var __publicField = (obj, key, value) => {
46
46
  return value;
47
47
  };
48
48
 
49
- // ../../../node_modules/.pnpm/@modern-js+module-tools@2.58.3_typescript@5.5.2/node_modules/@modern-js/module-tools/shims/esm.js
49
+ // ../../../node_modules/.pnpm/@modern-js+module-tools@2.59.0_typescript@5.5.2/node_modules/@modern-js/module-tools/shims/esm.js
50
50
  import path from "path";
51
51
  import { fileURLToPath } from "url";
52
52
  var init_esm = __esm({
53
- "../../../node_modules/.pnpm/@modern-js+module-tools@2.58.3_typescript@5.5.2/node_modules/@modern-js/module-tools/shims/esm.js"() {
53
+ "../../../node_modules/.pnpm/@modern-js+module-tools@2.59.0_typescript@5.5.2/node_modules/@modern-js/module-tools/shims/esm.js"() {
54
54
  "use strict";
55
55
  }
56
56
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsbuild/webpack",
3
- "version": "1.0.1-rc.5",
3
+ "version": "1.0.2",
4
4
  "homepage": "https://rsbuild.dev",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,7 +30,7 @@
30
30
  "reduce-configs": "^1.0.0",
31
31
  "tsconfig-paths-webpack-plugin": "4.1.0",
32
32
  "webpack": "^5.94.0",
33
- "@rsbuild/core": "1.0.1-rc.5"
33
+ "@rsbuild/core": "1.0.2"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/node": "18.x",
@@ -38,7 +38,7 @@
38
38
  "cli-truncate": "2.1.0",
39
39
  "patch-console": "1.0.0",
40
40
  "typescript": "^5.5.2",
41
- "@scripts/test-helper": "1.0.1-rc.5"
41
+ "@scripts/test-helper": "1.0.1"
42
42
  },
43
43
  "publishConfig": {
44
44
  "access": "public",