Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
fix(vite): add module type to vite node entry (#6448)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 9, 2022
1 parent f296b36 commit ae388e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/src/vite-node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ function getManifest (ctx: ViteBuildContext) {
'@vite/client': {
file: '@vite/client',
css,
module: true,
isEntry: true
},
[ctx.entry]: {
Expand Down

0 comments on commit ae388e7

Please sign in to comment.