fix: build

+ seems fraction.js now works with ssr
This commit is contained in:
Felix Roos 2023-12-31 00:45:04 +01:00
parent b52f8c2925
commit d47d9dadf4

View File

@ -137,7 +137,7 @@ export default defineConfig({
vite: { vite: {
ssr: { ssr: {
// Example: Force a broken package to skip SSR processing, if needed // Example: Force a broken package to skip SSR processing, if needed
external: ['fraction.js'], // https://github.com/infusion/Fraction.js/issues/51 // external: ['fraction.js'], // https://github.com/infusion/Fraction.js/issues/51
}, },
}, },
}); });