Skip to content

Commit

Permalink
feat: set resolve.symlinks to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Slipchenko committed May 11, 2021
1 parent e136900 commit 4b9f222
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ function makeConfig({
alias,
extensions: ['.js', '.ts', '.tsx'],
modules: ['node_modules', paths.src],
symlinks: false,
},
module: {
rules: [
Expand Down

0 comments on commit 4b9f222

Please sign in to comment.