yibn2008 / fast-sass-loader

High performance sass loader for webpack
250 stars 38 forks source link

Webpack 4 support #28

Closed pavelloz closed 6 years ago

pavelloz commented 6 years ago

I just tried to experiment with the simplest setup -- i assume this error is the same as in many other plugins on webpack 4 :)

Module build failed: TypeError: Cannot read property 'context' of undefined
    at getLoaderConfig (/Users/pavel/projects/xx/node_modules/fast-sass-loader/lib/index.js:72:29)
    at Object.module.exports (/Users/pavel/projects/xx/node_modules/fast-sass-loader/lib/index.js:224:17)
 @ ./src/app.scss 4:14-127
 @ ./src/app.js
Natumsol commented 6 years ago

The error still exist in Version 1.4.0,hope fix it soon :-)

yibn2008 commented 6 years ago

@Natumsol 1.4.1 has been released, try it.

Natumsol commented 6 years ago

Wow, very nice😀