We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4442cfa commit fab7958Copy full SHA for fab7958
.gitignore
@@ -101,3 +101,4 @@ dist
101
.tern-port
102
103
dist
104
+.DS_Store
packages/babel-plugin-resolve-type/package.json
@@ -20,6 +20,15 @@
20
"type": "git",
21
"url": "git+https://github.com/vuejs/babel-plugin-jsx"
22
},
23
+ "publishConfig": {
24
+ "exports": {
25
+ ".": {
26
+ "import": "./dist/index.mjs",
27
+ "require": "./dist/index.js"
28
+ },
29
+ "./package.json": "./package.json"
30
+ }
31
32
"scripts": {
33
"build": "tsup",
34
"watch": "tsup --watch"
0 commit comments