Skip to content

Commit

Permalink
#203 fixes vue import
Browse files Browse the repository at this point in the history
  • Loading branch information
patric-eberle committed Jan 31, 2023
1 parent bd5e5b5 commit 7f8b9b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default defineConfig(({ command, mode }) => {
resolve: {
alias: {
'@': path.resolve(__dirname, 'src/'),
'vue': 'vue/dist/vue.esm-bundler.js', // Was required because inline import of vue.esm-bundler.js resulted in TS issues.
}
},
define: {
Expand Down

0 comments on commit 7f8b9b5

Please sign in to comment.