Skip to content

Commit

Permalink
Chore: temp configurations in Building for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
xingorg1 committed Nov 27, 2020
1 parent 4a43892 commit 98ffa23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ if (isProd && args.includes('--axe')) {
config.plugins.delete('html')
config.plugins.delete('hmr')
config.entryPoints.delete('app')
// [temp] Building for production, need to optimize
config.resolve.alias
.set('packages', resolve('packages'))
.set('comp', resolve('src/components'))
.set('axe-ui', resolve('./'))
.set('style', resolve('styles'))
}
}
}
Expand Down

0 comments on commit 98ffa23

Please sign in to comment.