Skip to content

Commit

Permalink
Don't resolve symlinks in webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsOnlyBinary committed Jun 3, 2020
1 parent d8ab245 commit 20e4a53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ module.exports = {
alias: {
vue$: 'vue/dist/vue.common.js',
},
// This prevents yarn link modules from getting linted
symlinks: false,
},
performance: {
maxEntrypointSize: 1500000,
Expand Down

0 comments on commit 20e4a53

Please sign in to comment.