webpack-boilerplate icon indicating copy to clipboard operation
webpack-boilerplate copied to clipboard

SASS/SCSS not working

Open ratatoeskr666 opened this issue 2 years ago • 0 comments

Hi,

I found an issue with the rule test for sass-loader. The regex must contain /i at the end otherwise the test is not working. On my machine at least (windows). Just replace this line in webpack.dev.js (and webpack.prod.js: test: /\.(sass|scss|css)$/, with test: /\.(sass|scss|css)$/i,

ratatoeskr666 avatar Feb 25 '22 07:02 ratatoeskr666