Skip to content

Commit

Permalink
fix(plugin-legacy): ensure correct typing for node esm (#13892)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxiangmoe committed Sep 20, 2023
1 parent 945dc4d commit d914a9d
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 187 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -82,7 +82,7 @@
"tslib": "^2.6.2",
"tsx": "^3.12.10",
"typescript": "^5.0.2",
"unbuild": "^1.2.1",
"unbuild": "^2.0.0",
"vite": "workspace:*",
"vitepress": "1.0.0-rc.14",
"vitest": "^0.34.4",
Expand Down
1 change: 0 additions & 1 deletion packages/plugin-legacy/package.json
Expand Up @@ -17,7 +17,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 d914a9d

Please sign in to comment.