mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-29 11:06:10 +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()
|
sveltekit()
|
||||||
],
|
],
|
||||||
build: {
|
build: {
|
||||||
|
target: "esnext",
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
output: {
|
output: {
|
||||||
manualChunks: (id) => {
|
manualChunks: (id) => {
|
||||||
|
|
Loading…
Reference in a new issue