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 authored Nov 6, 2024
1 parent 1f8aed8 commit 737860a
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 @@ -38,6 +38,9 @@ export default defineConfig({
routeBlockLang: 'yaml'
}),
Vue({
features: {
optionsAPI: false
},
template: {
transformAssetUrls: {
img: []
Expand Down

0 comments on commit 737860a

Please sign in to comment.