Skip to content

Commit b534b45

Browse files
committed
refactor: remove import condition from module-runner export
1 parent 5a9c5ec commit b534b45

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/vite/package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727
"./client": {
2828
"types": "./client.d.ts"
2929
},
30-
"./module-runner": {
31-
"import": "./dist/node/module-runner.js"
32-
},
30+
"./module-runner": "./dist/node/module-runner.js",
3331
"./dist/client/*": "./dist/client/*",
3432
"./types/*": {
3533
"types": "./types/*"

0 commit comments

Comments
 (0)