Skip to content

Commit

Permalink
$ yarn lint
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed May 24, 2020
1 parent 91663c5 commit f8a4001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
chainWebpack: config => config.resolve.symlinks(false) // see https://github.com/vuejs/vue-cli/issues/2948
chainWebpack: (config) => config.resolve.symlinks(false) // see https://github.com/vuejs/vue-cli/issues/2948
}

0 comments on commit f8a4001

Please sign in to comment.