Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SASS/SCSS not working #70

Open
ratatoeskr666 opened this issue Feb 25, 2022 · 0 comments
Open

SASS/SCSS not working #70

ratatoeskr666 opened this issue Feb 25, 2022 · 0 comments

Comments

@ratatoeskr666
Copy link

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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant