You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turning off symlink resolution in webpack was a quick fix but
complicates things by making webpack act less like Node.js than it
otherwise would. This change restores default symlink resolution
behavior for webpack, which matches Node.
In order to make Babel work with `npm link`ed modules even when symlink
resolution is enabled, the include paths for `babel-loader` are now
being run through `fs.realpathSync`.
0 commit comments