Bumped vite build targets
This commit is contained in:
parent
ad454c386c
commit
5fe47634e8
@ -20,7 +20,8 @@ export default defineConfig(({ command, mode }) => {
|
||||
build: {
|
||||
polyfillDynamicImport: false,
|
||||
cssCodeSplit: false,
|
||||
minify: isProduction
|
||||
minify: isProduction,
|
||||
target: ["es2020", "esnext", "edge88", "chrome87", "safari14"]
|
||||
},
|
||||
plugins: [
|
||||
svelte({
|
||||
|
Loading…
x
Reference in New Issue
Block a user