Skip to content

Commit 42176a3

Browse files
author
Zerone
committed
build: change the build target to es2015
1 parent 5033c8a commit 42176a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import vueJsx from '@vitejs/plugin-vue-jsx';
66
export default defineConfig({
77
plugins: [vue(), vueJsx()],
88
build: {
9+
target: 'es2015',
910
copyPublicDir: false,
1011
rollupOptions: {
1112
external: ['lodash'],

0 commit comments

Comments
 (0)