Skip to content

Commit

Permalink
fix(build): ensure correct typing for node esm (#179)
Browse files Browse the repository at this point in the history
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
  • Loading branch information
xiaoxiangmoe and sodatea committed Aug 14, 2023
1 parent b78e812 commit 8a19ee4
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 223 deletions.
2 changes: 1 addition & 1 deletion package.json
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
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
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

0 comments on commit 8a19ee4

Please sign in to comment.