geowarin / friendly-errors-webpack-plugin

Recognizes certain classes of webpack errors and cleans, aggregates and prioritizes them to provide a better Developer Experience.
MIT License
748 stars 77 forks source link

improvements for supporting SCSS that with mini-css-extract-plugin #89

Closed weilinzung closed 5 years ago

weilinzung commented 5 years ago

Remove duplicate wording

Screen Shot 2019-05-17 at 2 41 55 PM

Make it working with SCSS that using mini-css-extract-plugin

Before

Screen Shot 2019-05-17 at 1 01 02 PM

After

Screen Shot 2019-05-17 at 2 37 43 PM

with implementation: require('sass') option into sass-loader.

Screen Shot 2019-05-21 at 8 51 19 AM

Please let me know if there is anything I don't realize because of changing the statement.