Closed kathgironpe closed 8 years ago
I think my concern isn't a general concern. There's just something dangerous about loading all styles with css
extension from node_modules. I want to avoid such problems. Thank you for this project. Saved me time.
I wanted to avoid loading
css
fromnode_modules
so I don't have the option on webpack to load anything with acss
extension.The reason I want to make sure the styles are all within a single directory or import rules for styles are only within stylesheets is a matter of readability and maintainability.
Do we have the option to remove the
import
statement? Or how to override in such a way that everything works without that css fromnode_modules
being imported?Thank you!