Skip to content

Commit

Permalink
⏪ [Vite] Restore propsDestructure feature
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Jul 31, 2024
1 parent a51844c commit 5204f6f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/website/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ export default defineConfig({
},
},
plugins: [
// May need to customize experimental features for Vue:
// {script: {propsDestructure: true}}
vue(),
// Remove experimental features once they are fully supported.
vue({features: {propsDestructure: true}}),
createSvgSpritePlugin({svgo: false}),
],
resolve: {
Expand Down

0 comments on commit 5204f6f

Please sign in to comment.