Skip to content

Commit

Permalink
Add relevant links as comments in Vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Oct 10, 2024
1 parent b5f4f75 commit 724e55f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export default defineConfig({
resolve: {
alias: {
"@": fileURLToPath(new URL("./vue", import.meta.url)),
// Relevant discussion: https://github.com/vitejs/vite/discussions/4158
// See also: https://vite.dev/guide/backend-integration.html
vue: "vue/dist/vue.esm-bundler.js",
},
},
Expand Down

0 comments on commit 724e55f

Please sign in to comment.