bholloway / resolve-url-loader

Webpack loader that resolves relative paths in url() statements based on the original source file
563 stars 71 forks source link

incompatible with sass-loader 3.2.2 #22

Closed e-cloud closed 8 years ago

e-cloud commented 8 years ago

As sass-loader fix something about it's sourcemap, resolve-url-loader can not find the correct resource and crash.

larrydahooster commented 8 years ago

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

rewop commented 8 years ago

I have the same problem. It looks like the issue is a bug in sass-loader@3.2.2.