Compare commits
No commits in common. "287f63fa5290ab7de7fea0fc5672d5be1e2c6219" and "a6590910cfdc5e91fba91c1bc9237e407ef15fd2" have entirely different histories.
287f63fa52
...
a6590910cf
@ -20,15 +20,14 @@ export default defineConfig(({ command, mode }) => {
|
|||||||
build: {
|
build: {
|
||||||
polyfillDynamicImport: false,
|
polyfillDynamicImport: false,
|
||||||
cssCodeSplit: false,
|
cssCodeSplit: false,
|
||||||
minify: isProduction,
|
minify: isProduction
|
||||||
target: ["es2020", "esnext", "edge88", "chrome87", "safari14"]
|
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
svelte({
|
svelte({
|
||||||
//@ts-ignore
|
//@ts-ignore
|
||||||
hot: !isProduction,
|
hot: !isProduction,
|
||||||
emitCss: true,
|
emitCss: true,
|
||||||
extensions: ['.md', '.svx', '.svelte'],
|
extensions: [ '.md', '.svx', '.svelte' ],
|
||||||
preprocess: [
|
preprocess: [
|
||||||
//
|
//
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user