Skip to content

Commit

Permalink
fix(app): HMR issue when using symlinks #10260 #10083
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Oct 23, 2021
1 parent e0c4b6e commit f6e3c83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/lib/webpack/create-chain.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ module.exports = function (cfg, configName) {
.chunkFilename(`js/[name]${chunkHash}.js`)
}

chain.resolve.symlinks(false)

chain.resolve.extensions
.merge(
cfg.supportTS !== false
Expand Down

0 comments on commit f6e3c83

Please sign in to comment.