We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5033c8a commit 42176a3Copy full SHA for 42176a3
vite.config.ts
@@ -6,6 +6,7 @@ import vueJsx from '@vitejs/plugin-vue-jsx';
6
export default defineConfig({
7
plugins: [vue(), vueJsx()],
8
build: {
9
+ target: 'es2015',
10
copyPublicDir: false,
11
rollupOptions: {
12
external: ['lodash'],
0 commit comments