Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
fix(vite): add missing #build alias
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 15, 2021
1 parent a3b11c0 commit e1d4426
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/src/vite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export async function bundle (nuxt: Nuxt) {
alias: {
...nuxt.options.alias,
'#app': nuxt.options.appDir,
'#build': nuxt.options.buildDir,
'/__app': nuxt.options.appDir,
'/__build': nuxt.options.buildDir,
'~': nuxt.options.srcDir,
Expand Down

0 comments on commit e1d4426

Please sign in to comment.