mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 21:55:11 +00:00
parent
009d6762c5
commit
537b6e35bd
@ -63,6 +63,10 @@ function createViteNodeMiddleware (ctx: ViteBuildContext) {
|
||||
/^#/,
|
||||
...ctx.nuxt.options.build.transpile as string[]
|
||||
]
|
||||
},
|
||||
transformMode: {
|
||||
ssr: [/.*/],
|
||||
web: []
|
||||
}
|
||||
})
|
||||
return async (event) => {
|
||||
|
Loading…
Reference in New Issue
Block a user