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
It does not crash for me but I am getting this warnings since update from sass-loader 3.2.1 -> 3.2.2 and resolve-url-loader 1.4.3 -> 1.4.4 :
WARNING in .//css-loader?sourceMap&modules&importLoaders=1&localIdentName=[path][name][local]__[hash:base64:5]!.//resolve-url-loader!./~/sass-loader?sourceMap!./src/stylesheets/selectorButton.scss
resolve-url-loader cannot operate: source-map error
cannot establish a common base path for all sources in the incoming source-map
As sass-loader fix something about it's sourcemap, resolve-url-loader can not find the correct resource and crash.
The text was updated successfully, but these errors were encountered: