mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-14 10:04:05 +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': {
|
'@vite/client': {
|
||||||
file: '@vite/client',
|
file: '@vite/client',
|
||||||
css,
|
css,
|
||||||
|
module: true,
|
||||||
isEntry: true
|
isEntry: true
|
||||||
},
|
},
|
||||||
[ctx.entry]: {
|
[ctx.entry]: {
|
||||||
|
Loading…
Reference in New Issue
Block a user