We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29e6d6 commit 72f085dCopy full SHA for 72f085d
template/base/vite.config.js
@@ -8,7 +8,7 @@ export default defineConfig({
8
plugins: [vue()],
9
resolve: {
10
alias: {
11
- '@/': fileURLToPath(new URL('./src/', import.meta.url))
+ '@': fileURLToPath(new URL('./src', import.meta.url))
12
}
13
14
})
template/config/jsx/vite.config.js
@@ -9,7 +9,7 @@ export default defineConfig({
plugins: [vue(), vueJsx()],
15
0 commit comments