fix: vite config
parent
6ce1de476a
commit
3b10de4a28
|
|
@ -18,4 +18,7 @@ export default defineConfig({
|
|||
build: {
|
||||
target: "esnext",
|
||||
},
|
||||
worker: {
|
||||
format: "es",
|
||||
},
|
||||
})
|
||||
|
|
|
|||
|
|
@ -23,4 +23,7 @@ export default defineConfig({
|
|||
host: "0.0.0.0",
|
||||
allowedHosts: true,
|
||||
},
|
||||
worker: {
|
||||
format: "es",
|
||||
},
|
||||
})
|
||||
|
|
|
|||
|
|
@ -16,4 +16,7 @@ export default defineConfig({
|
|||
build: {
|
||||
target: "esnext",
|
||||
},
|
||||
worker: {
|
||||
format: "es",
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue