Closed aendra-rininsland closed 5 years ago
It's this issue here: https://github.com/webpack-contrib/sass-loader/issues/556
Workaround suggested via the Webpack Gitter:
You can make Webpack prefer scss files by adding a "resolve" section to your sass-loader rule section. You should set "mainFields" to ['sass', 'style', 'main'] and "extensions" to ['.scss', '.sass', '.css']
Closed by #231.
Might be related to #158