Skip to content

Commit

Permalink
add explanation to the issue in the vue2 plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com>
  • Loading branch information
Gavinok committed Dec 4, 2024
1 parent 402f2bb commit fada292
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 @@ -25,6 +25,7 @@ export default defineConfig({
],
resolve: {
alias:
// Issue caused by https://github.com/vitejs/vite-plugin-vue2/issues/55
// when we switch to vue 3 { "@": path.resolve(__dirname, "./src"), },
[{ find: "@", replacement: path.resolve(__dirname, "./src") }],
},
Expand Down

0 comments on commit fada292

Please sign in to comment.