mirror of
https://github.com/wukko/cobalt.git
synced 2025-01-23 19:26:26 +01:00
web/vite: change build target to esnext
This commit is contained in:
parent
acd485d402
commit
842f91ec54
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ export default defineConfig({
|
|||
sveltekit()
|
||||
],
|
||||
build: {
|
||||
target: "esnext",
|
||||
rollupOptions: {
|
||||
output: {
|
||||
manualChunks: (id) => {
|
||||
|
|
Loading…
Reference in a new issue