We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fecb3b commit 868dbc8Copy full SHA for 868dbc8
1 file changed
ui/vite.config.ts
@@ -101,6 +101,7 @@ export default defineConfig((conf: any) => {
101
},
102
build: {
103
outDir: `dist${ENV.VITE_BASE_PATH}`,
104
+ target: 'es2022',
105
rollupOptions: {
106
input: ENV.VITE_ENTRY,
107
0 commit comments