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
Fixed #37 issue with relative paths and symlinks and source-map-support. The initial solution in 0.0.9 modified webpack.BannerPlugin() to print the absolute path to source-map-support. While this solved an issue with lerna bootstrap, it created errors for people building on one server and running their app on another due to invalid paths. @ericclemmons and @sompylasar 's solution with process.cwd()now prints the correct path all the time.