sass-loader: Webpack build hangs when compiling specific scss code
I’ve created a test repo to demonstrate the issue: https://github.com/alexilyaev/webpack-sass-bug
I’m not sure if the problem is with sass-loader
or there’s something with the UglifyJsPlugin
that’s hanging the build.
Would appreciate some guidance to where to repost this issue.
And perhaps how to strip it down to test node-sass
without all the Webpack stuff.
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 20 (1 by maintainers)
Ahm… I think I’ll pass 😃.
For now, I fixed my issue due to the wrong syntax in my scss code, but it will sure bite someone else. Perhaps you can test it with my test-case repo above, and see if it actually throws the proper error after 2 seconds.