Skip to content

Commit

Permalink
fix(build): ensure correct typing for node esm
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxiangmoe committed Jul 19, 2023
1 parent 93c444c commit 0a5d868
Show file tree
Hide file tree
Showing 4 changed files with 171 additions and 174 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"simple-git-hooks": "^2.8.1",
"tsx": "^3.12.7",
"typescript": "^4.9.5",
"unbuild": "^1.2.1",
"unbuild": "^2.0.0-rc.0",
"vite": "^4.3.9",
"vitest": "^0.32.3",
"vue": "^3.3.4"
Expand Down
1 change: 0 additions & 1 deletion packages/plugin-vue-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
Expand Down
1 change: 0 additions & 1 deletion packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
Expand Down
Loading

0 comments on commit 0a5d868

Please sign in to comment.