@rsbuild/plugin-vue2 0.0.16 → 0.0.17

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -36,8 +36,8 @@ var import_vue_loader = require("vue-loader");
36
36
  function pluginVue2(options = {}) {
37
37
  return {
38
38
  name: "plugin-vue2",
39
- async setup(api) {
40
- api.modifyBundlerChain(async (chain, { CHAIN_ID }) => {
39
+ setup(api) {
40
+ api.modifyBundlerChain((chain, { CHAIN_ID }) => {
41
41
  var _a;
42
42
  chain.resolve.extensions.add(".vue");
43
43
  const vueLoaderOptions = (0, import_deepmerge.deepmerge)(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsbuild/plugin-vue2",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "description": "Vue 2 plugin of Rsbuild",
5
5
  "homepage": "https://rsbuild.dev",
6
6
  "repository": {
@@ -23,16 +23,16 @@
23
23
  "dependencies": {
24
24
  "vue-loader": "^15.11.1",
25
25
  "webpack": "^5.89.0",
26
- "@rsbuild/shared": "0.0.16"
26
+ "@rsbuild/shared": "0.0.17"
27
27
  },
28
28
  "devDependencies": {
29
29
  "typescript": "^5.2.2",
30
30
  "webpack": "^5.89.0",
31
- "@rsbuild/core": "0.0.16",
32
- "@rsbuild/test-helper": "0.0.16"
31
+ "@rsbuild/test-helper": "0.0.17",
32
+ "@rsbuild/core": "0.0.17"
33
33
  },
34
34
  "peerDependencies": {
35
- "@rsbuild/core": "^0.0.16"
35
+ "@rsbuild/core": "^0.0.17"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public",