@rsbuild/plugin-vue 0.3.11 → 0.4.0

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.js CHANGED
@@ -67,6 +67,7 @@ var applySplitChunksRule = (api, options = {
67
67
  }
68
68
  chain.optimization.splitChunks({
69
69
  ...currentConfig,
70
+ // @ts-expect-error Rspack and Webpack uses different cacheGroups type
70
71
  cacheGroups: {
71
72
  ...currentConfig.cacheGroups,
72
73
  ...(0, import_shared.createCacheGroups)(extraGroups)
package/dist/index.mjs CHANGED
@@ -51,6 +51,7 @@ var applySplitChunksRule = (api, options = {
51
51
  }
52
52
  chain.optimization.splitChunks({
53
53
  ...currentConfig,
54
+ // @ts-expect-error Rspack and Webpack uses different cacheGroups type
54
55
  cacheGroups: {
55
56
  ...currentConfig.cacheGroups,
56
57
  ...createCacheGroups(extraGroups)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsbuild/plugin-vue",
3
- "version": "0.3.11",
3
+ "version": "0.4.0",
4
4
  "description": "Vue 3 plugin of Rsbuild",
5
5
  "homepage": "https://rsbuild.dev",
6
6
  "repository": {
@@ -25,16 +25,16 @@
25
25
  "dependencies": {
26
26
  "vue-loader": "^17.4.0",
27
27
  "webpack": "^5.89.0",
28
- "@rsbuild/shared": "0.3.11"
28
+ "@rsbuild/shared": "0.4.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "typescript": "^5.3.0",
32
32
  "webpack": "^5.89.0",
33
- "@rsbuild/core": "0.3.11",
34
- "@scripts/test-helper": "0.3.11"
33
+ "@rsbuild/core": "0.4.0",
34
+ "@scripts/test-helper": "0.4.0"
35
35
  },
36
36
  "peerDependencies": {
37
- "@rsbuild/core": "^0.3.11"
37
+ "@rsbuild/core": "^0.4.0"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public",