@modern-js/plugin-module-vue 2.58.1 → 2.58.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
@@ -31,8 +31,8 @@ __export(src_exports, {
|
|
31
31
|
modulePluginVue: () => modulePluginVue
|
32
32
|
});
|
33
33
|
module.exports = __toCommonJS(src_exports);
|
34
|
-
var import_esbuild_plugin_vue3 = __toESM(require("esbuild-plugin-vue3"));
|
35
34
|
var import_plugin_module_babel = require("@modern-js/plugin-module-babel");
|
35
|
+
var import_esbuild_plugin_vue3 = __toESM(require("esbuild-plugin-vue3"));
|
36
36
|
const modulePluginVue = (options) => ({
|
37
37
|
name: "vue-plugin",
|
38
38
|
usePlugins: [
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@modern-js/plugin-module-vue",
|
3
|
-
"version": "2.58.
|
3
|
+
"version": "2.58.3",
|
4
4
|
"description": "The vue plugin of Modern.js Module",
|
5
5
|
"keywords": [
|
6
6
|
"react",
|
@@ -25,18 +25,18 @@
|
|
25
25
|
"@swc/helpers": "0.5.3",
|
26
26
|
"@vue/babel-plugin-jsx": "1.1.5",
|
27
27
|
"esbuild-plugin-vue3": "0.3.2",
|
28
|
-
"@modern-js/plugin-module-babel": "2.58.
|
28
|
+
"@modern-js/plugin-module-babel": "2.58.3"
|
29
29
|
},
|
30
30
|
"devDependencies": {
|
31
31
|
"@types/babel__core": "^7.20.5",
|
32
32
|
"@types/node": "^14",
|
33
33
|
"jest": "^29",
|
34
34
|
"typescript": "^5",
|
35
|
-
"@
|
36
|
-
"@
|
35
|
+
"@scripts/build": "2.58.3",
|
36
|
+
"@modern-js/module-tools": "2.58.3"
|
37
37
|
},
|
38
38
|
"peerDependencies": {
|
39
|
-
"@modern-js/module-tools": "^2.58.
|
39
|
+
"@modern-js/module-tools": "^2.58.3"
|
40
40
|
},
|
41
41
|
"publishConfig": {
|
42
42
|
"access": "public",
|