mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix(vite): add module
type to vite node entry (#6448)
This commit is contained in:
parent
f296b36a82
commit
ae388e7293
@ -56,6 +56,7 @@ function getManifest (ctx: ViteBuildContext) {
|
||||
'@vite/client': {
|
||||
file: '@vite/client',
|
||||
css,
|
||||
module: true,
|
||||
isEntry: true
|
||||
},
|
||||
[ctx.entry]: {
|
||||
|
Loading…
Reference in New Issue
Block a user