Skip to content

Commit

Permalink
chore: remove vue i18n from external
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed May 31, 2024
1 parent 243e6ae commit 70478a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default defineConfig({
fileName: 'murmur'
},
rollupOptions: {
external: ['bootstrap', 'vue', 'vue-i18n', 'bootstrap-vue-next'],
external: ['bootstrap', 'vue', 'bootstrap-vue-next'],
output: {
globals: {
vue: 'Vue'
Expand Down

0 comments on commit 70478a9

Please sign in to comment.