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
),
ssr: {
noExternal: ['vitepress']
},
// TODO: remove this workaround
legacy: {
buildSsrCjsExternalHeuristics: true
noExternal: ['vitepress', '@docsearch/css']
},
// // TODO: remove this workaround
// legacy: {
// buildSsrCjsExternalHeuristics: true
// },
build: {
...options,
emptyOutDir: true,

Loading…
Cancel
Save