Compare commits

..

No commits in common. "287f63fa5290ab7de7fea0fc5672d5be1e2c6219" and "a6590910cfdc5e91fba91c1bc9237e407ef15fd2" have entirely different histories.

View File

@ -20,15 +20,14 @@ export default defineConfig(({ command, mode }) => {
build: {
polyfillDynamicImport: false,
cssCodeSplit: false,
minify: isProduction,
target: ["es2020", "esnext", "edge88", "chrome87", "safari14"]
minify: isProduction
},
plugins: [
svelte({
//@ts-ignore
hot: !isProduction,
emitCss: true,
extensions: ['.md', '.svx', '.svelte'],
extensions: [ '.md', '.svx', '.svelte' ],
preprocess: [
//
]