mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-28 18:46:09 +00:00
web/vite: change build target to esnext
This commit is contained in:
parent
acd485d402
commit
842f91ec54
|
@ -6,6 +6,7 @@ export default defineConfig({
|
|||
sveltekit()
|
||||
],
|
||||
build: {
|
||||
target: "esnext",
|
||||
rollupOptions: {
|
||||
output: {
|
||||
manualChunks: (id) => {
|
||||
|
|
Loading…
Reference in a new issue