Skip to content

Commit 737860a

Browse files
authored
perf(bundle): treeshake options API
Signed-off-by: GitHub <noreply@github.com>
1 parent 1f8aed8 commit 737860a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

frontend/vite.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ export default defineConfig({
3838
routeBlockLang: 'yaml'
3939
}),
4040
Vue({
41+
features: {
42+
optionsAPI: false
43+
},
4144
template: {
4245
transformAssetUrls: {
4346
img: []

0 commit comments

Comments
 (0)