Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: revert default
symlinks
setting (#2409)
Currently in Vue CLI we set the default `symlinks` config to `false`. This setting is counterintuitive, and inconsistent with webpack's default configuration, per https://webpack.js.org/configuration/resolve/#resolve-symlinks The change of default `symlinks` value is introduced by 5b4df14 It is most likely a duplicate of 145492b Since several third-party npm clients uses symlinks to speed up installation (e.g. cnpm, pnpm...), that change breaks webpack HMR for their users. See #1559, #2195, #2284 This commit also fixes #1609
- Loading branch information
c9cc225
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was experiencing similar problems (node_modules is symlinked) -- they were fixed as of 3.0.2 and then after an update to v3.0.3 the problems return. Reverting to v3.0.2 resolves this issues without any changes to the codebase.