chore: make errors reproducible

pull/855/head
Divyansh Singh 3 years ago
parent 7573246aaf
commit 5dbca1f5e2

@ -53,12 +53,12 @@ export async function bundle(
clientJSMap clientJSMap
), ),
ssr: { ssr: {
noExternal: ['vitepress'] noExternal: ['vitepress', '@docsearch/css']
},
// TODO: remove this workaround
legacy: {
buildSsrCjsExternalHeuristics: true
}, },
// // TODO: remove this workaround
// legacy: {
// buildSsrCjsExternalHeuristics: true
// },
build: { build: {
...options, ...options,
emptyOutDir: true, emptyOutDir: true,

Loading…
Cancel
Save