web/vite: change build target to esnext
This commit is contained in:
parent
936da1c9ab
commit
7648c115e0
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