Skip to content

Commit

Permalink
refactor: remove import condition from module-runner export
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Nov 25, 2024
1 parent 5a9c5ec commit b534b45
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
"./client": {
"types": "./client.d.ts"
},
"./module-runner": {
"import": "./dist/node/module-runner.js"
},
"./module-runner": "./dist/node/module-runner.js",
"./dist/client/*": "./dist/client/*",
"./types/*": {
"types": "./types/*"
Expand Down

0 comments on commit b534b45

Please sign in to comment.