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
I am currently developing a sass loader which uses the original ruby sass compiler. When the css-loader processes the output and handles @import directives currently calls the sass loader again (which fails, since ruby sass can't seem to handle normal css files properly).
I think it would be better to call the loader defined in the webpack config for that file pattern instead.
The text was updated successfully, but these errors were encountered:
I am currently developing a sass loader which uses the original ruby sass compiler. When the css-loader processes the output and handles
@import
directives currently calls the sass loader again (which fails, since ruby sass can't seem to handle normal css files properly).I think it would be better to call the loader defined in the webpack config for that file pattern instead.
The text was updated successfully, but these errors were encountered: