mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
fix(vite): include module symbols in generated code (#28509)
This commit is contained in:
parent
fefe4e5c8d
commit
0dd659066c
@ -85,6 +85,7 @@ export async function buildServer (ctx: ViteBuildContext) {
|
|||||||
entryFileNames: '[name].mjs',
|
entryFileNames: '[name].mjs',
|
||||||
format: 'module',
|
format: 'module',
|
||||||
generatedCode: {
|
generatedCode: {
|
||||||
|
symbols: true, // temporary fix for https://github.com/vuejs/core/issues/8351,
|
||||||
constBindings: true,
|
constBindings: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user