Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
some1else committed May 3, 2020
1 parent 1253213 commit a65f9ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions example/vue.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
chainWebpack: (config) => {
config.resolve.symlinks(false)
}
}

0 comments on commit a65f9ca

Please sign in to comment.