We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5db045 commit bb2ab7dCopy full SHA for bb2ab7d
packages/plugin-vue-jsx/package.json
@@ -7,7 +7,10 @@
7
"files": [
8
"dist"
9
],
10
- "exports": "./dist/index.mjs",
+ "exports": {
11
+ ".": "./dist/index.mjs",
12
+ "./package.json": "./package.json"
13
+ },
14
"scripts": {
15
"dev": "unbuild --stub",
16
"build": "unbuild",
packages/plugin-vue/package.json
0 commit comments