Skip to content

Commit 8a19ee4

Browse files
fix(build): ensure correct typing for node esm (#179)
Co-authored-by: Haoqun Jiang <[email protected]>
1 parent b78e812 commit 8a19ee4

File tree

4 files changed

+188
-223
lines changed

4 files changed

+188
-223
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"simple-git-hooks": "^2.8.1",
6868
"tsx": "^3.12.7",
6969
"typescript": "^4.9.5",
70-
"unbuild": "^1.2.1",
70+
"unbuild": "^2.0.0-rc.0",
7171
"vite": "^4.3.9",
7272
"vitest": "^0.32.3",
7373
"vue": "^3.3.4"

packages/plugin-vue-jsx/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"types": "./dist/index.d.ts",
1212
"exports": {
1313
".": {
14-
"types": "./dist/index.d.ts",
1514
"import": "./dist/index.mjs",
1615
"require": "./dist/index.cjs"
1716
}

packages/plugin-vue/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"types": "./dist/index.d.ts",
1212
"exports": {
1313
".": {
14-
"types": "./dist/index.d.ts",
1514
"import": "./dist/index.mjs",
1615
"require": "./dist/index.cjs"
1716
}

0 commit comments

Comments
 (0)