@rsbuild/plugin-vue2 0.7.3 → 0.7.4

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/dist/index.cjs CHANGED
@@ -106,7 +106,6 @@ var applySplitChunksRule = (api, options = {
106
106
  }
107
107
  chain.optimization.splitChunks({
108
108
  ...currentConfig,
109
- // @ts-expect-error Rspack and Webpack uses different cacheGroups type
110
109
  cacheGroups: {
111
110
  ...currentConfig.cacheGroups,
112
111
  ...(0, import_shared.createCacheGroups)(extraGroups)
package/dist/index.js CHANGED
@@ -15,7 +15,7 @@ var __publicField = (obj, key, value) => {
15
15
  return value;
16
16
  };
17
17
 
18
- // ../../node_modules/.pnpm/@modern-js+module-tools@2.51.0_eslint@9.4.0_typescript@5.4.5/node_modules/@modern-js/module-tools/shims/esm.js
18
+ // ../../node_modules/.pnpm/@modern-js+module-tools@2.52.0_eslint@9.4.0_typescript@5.4.5/node_modules/@modern-js/module-tools/shims/esm.js
19
19
  import { fileURLToPath } from "url";
20
20
  import path from "path";
21
21
 
@@ -88,7 +88,6 @@ var applySplitChunksRule = (api, options = {
88
88
  }
89
89
  chain.optimization.splitChunks({
90
90
  ...currentConfig,
91
- // @ts-expect-error Rspack and Webpack uses different cacheGroups type
92
91
  cacheGroups: {
93
92
  ...currentConfig.cacheGroups,
94
93
  ...createCacheGroups(extraGroups)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsbuild/plugin-vue2",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "description": "Vue 2 plugin of Rsbuild",
5
5
  "homepage": "https://rsbuild.dev",
6
6
  "repository": {
@@ -25,16 +25,16 @@
25
25
  "dependencies": {
26
26
  "vue-loader": "^15.11.1",
27
27
  "webpack": "^5.91.0",
28
- "@rsbuild/shared": "0.7.3"
28
+ "@rsbuild/shared": "0.7.4"
29
29
  },
30
30
  "devDependencies": {
31
31
  "typescript": "^5.4.2",
32
32
  "webpack": "^5.91.0",
33
- "@rsbuild/core": "0.7.3",
34
- "@scripts/test-helper": "0.7.3"
33
+ "@rsbuild/core": "0.7.4",
34
+ "@scripts/test-helper": "0.7.4"
35
35
  },
36
36
  "peerDependencies": {
37
- "@rsbuild/core": "^0.7.3"
37
+ "@rsbuild/core": "^0.7.4"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public",