perf(bundle): treeshake options API

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
Fernando Fernández 2024-05-17 12:10:35 +00:00
parent 60f24c4143
commit ab77945652

View File

@ -25,6 +25,9 @@ export default defineConfig(({ mode }): UserConfig => {
appType: 'spa',
base: './',
cacheDir: '../node_modules/.cache/vite',
define: {
__VUE_OPTIONS_API__: 'false'
},
plugins: [
Virtual(virtualModules),
VueRouter({