Skip to content

Commit

Permalink
fix: 修复打包时.vue文件找不到的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
baimingxuan committed Mar 19, 2024
1 parent 09fd624 commit d24a8bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ module.exports = {
)
Object.assign(config, {
resolve: {
extensions: ['.js', '.vue'],
alias: {
'@': resolve('src')
}
Expand Down

0 comments on commit d24a8bc

Please sign in to comment.