Skip to content

Commit

Permalink
chore: update alias usage
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Feb 13, 2021
1 parent 7d65399 commit 4f41231
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/playground/vue/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ import vuePlugin from '@vitejs/plugin-vue'
import { vueI18nPlugin } from './CustomBlockPlugin'

export default defineConfig({
alias: {
'/@': __dirname
resolve: {
alias: {
'/@': __dirname
}
},
plugins: [vuePlugin(), vueI18nPlugin],
build: {
Expand Down

0 comments on commit 4f41231

Please sign in to comment.