egoist / rollup-plugin-postcss

Seamless integration between Rollup and PostCSS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sass-loader: Passing down in importer done wrong

cpiber opened this issue · comments

In

// Catch all resolving errors, return the original file and pass responsibility back to other custom importers
a comment explicitly says to pass it down to other importers, but that's not what's happening, according to https://github.com/sass/node-sass#importer--v200---experimental, the call should be done(null) instead, same in
if (!moduleRe.test(url)) return done({ file: url })