You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like loader-utils getOptions is returning null, as the result of normalizeOptions only has the directory of the requested scss file in includePaths:
This works:
While this doesn't:
Seems like loader-utils getOptions is returning null, as the result of
normalizeOptions
only has the directory of the requested scss file inincludePaths
:Prints:
I'll keep digging to try and isolate what is going on.
The text was updated successfully, but these errors were encountered: