Skip to content

Commit 4663024

Browse files
committed
Use esm bundler build of Vue
1 parent 7cba7b6 commit 4663024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default defineConfig(({ mode, command }) => {
2121
},
2222
resolve: {
2323
alias: {
24-
'vue': 'vue/dist/vue.esm-browser.js',
24+
'vue': 'vue/dist/vue.esm-bundler.js',
2525
'ziggy-js': path.resolve(__dirname, 'vendor/tightenco/ziggy'),
2626
// ...rekaAliases()
2727
},

0 commit comments

Comments
 (0)