@rsbuild/plugin-vue 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
@@ -66,7 +66,6 @@ var applySplitChunksRule = (api, options = {
66
66
  }
67
67
  chain.optimization.splitChunks({
68
68
  ...currentConfig,
69
- // @ts-expect-error Rspack and Webpack uses different cacheGroups type
70
69
  cacheGroups: {
71
70
  ...currentConfig.cacheGroups,
72
71
  ...(0, import_shared.createCacheGroups)(extraGroups)
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
9
9
  throw Error('Dynamic require of "' + x + '" is not supported');
10
10
  });
11
11
 
12
- // ../../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
12
+ // ../../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
13
13
  import { fileURLToPath } from "url";
14
14
  import path from "path";
15
15
 
@@ -47,7 +47,6 @@ var applySplitChunksRule = (api, options = {
47
47
  }
48
48
  chain.optimization.splitChunks({
49
49
  ...currentConfig,
50
- // @ts-expect-error Rspack and Webpack uses different cacheGroups type
51
50
  cacheGroups: {
52
51
  ...currentConfig.cacheGroups,
53
52
  ...createCacheGroups(extraGroups)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsbuild/plugin-vue",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "description": "Vue 3 plugin of Rsbuild",
5
5
  "homepage": "https://rsbuild.dev",
6
6
  "repository": {
@@ -25,17 +25,17 @@
25
25
  "dependencies": {
26
26
  "vue-loader": "^17.4.0",
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
  "vue": "^3.4.19",
33
33
  "webpack": "^5.91.0",
34
- "@rsbuild/core": "0.7.3",
35
- "@scripts/test-helper": "0.7.3"
34
+ "@rsbuild/core": "0.7.4",
35
+ "@scripts/test-helper": "0.7.4"
36
36
  },
37
37
  "peerDependencies": {
38
- "@rsbuild/core": "^0.7.3"
38
+ "@rsbuild/core": "^0.7.4"
39
39
  },
40
40
  "publishConfig": {
41
41
  "access": "public",