Skip to content

Commit

Permalink
perf(bundle): treeshake options API
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
ferferga committed Jan 10, 2025
1 parent 07f8066 commit b3a36e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ export default defineConfig({
routeBlockLang: 'yaml'
}),
Vue({
features: {
optionsAPI: false
},
template: {
transformAssetUrls: {
img: []
Expand Down

0 comments on commit b3a36e4

Please sign in to comment.