At the moment in version 4 when using the webpackImporter option it seems to be impossible to import a .css file in a .styl file, as this will result in an error because of the .css file contents will be a JavaScript module. Previously in version 3 this used to work.
Expected Behavior
At the moment in version 4 when using the
webpackImporter
option it seems to be impossible to import a.css
file in a.styl
file, as this will result in an error because of the.css
file contents will be a JavaScript module. Previously in version 3 this used to work.Example
Will result in the below error.
Actual Behavior
How Do We Reproduce?