Created by: BrodaNoel
Why
I couldn't find any test to check if something is wrong.
I don't see that much usage of sass-loader
, which may implies that this change doesn't break anything.
The problem here is that sass-loader
v11
upgrades node-sass
from v5
to v6
, which removes support for Node v10
, which is a problem for CRA
because the documentation says that it supports => 10.16
Deeper explanation in https://github.com/facebook/create-react-app/issues/10944#issuecomment-869760083
Feel free to reject this PR if I'm missing something. Everything ran too smooth. It feels weird that works on the first try