Created by: motiz88
This makes all paths returned from resolveApp()
begin with the realpath
of the app root, resolving any symlinks etc.
Note: realpathSync
throws when its argument is a non-existing path, so this change only assumes that process.cwd()
exists and does a plain resolve
from there.
@guivho Can you try this in your newly created project? npm install motiz88/create-react-app#resolve-symlink-cwd && npm start
(later you can do npm install react-scripts
to restore things to normal).