custom-react-scripts
custom-react-scripts copied to clipboard
Import error with modules mode, composes and sass
Please refer to the following for details https://github.com/webpack-contrib/css-loader/issues/131
Setting importLoaders: 2 seems to fix the issue. I tried this and it works for me.
Hey @amit1911, thanks for the issue. Cano you open a PR with the fix? Tnx!
Hey @kitze, I am a bit new to webpack and all I know about this is from what I read in the issue. I am not sure if just setting importLoaders:2 is good enough. If you think this is all that is required, then I can submit a PR.