Closed PodaruDragos closed 4 years ago
In new release, there have been some changes
Please update your config according to the documentation
Modules you need to enable in css-loader
If this does not solve your problem, please provide a minimally reproducible test repository.
sure. here is the repository with a minimal code that breaks for V4.0.0 but works if you change it to V3.0.2. it also breaks for modules. also it appears that just importing an empty .styl file doesn't break anything.
Thanks for repo. An error occurs here when generating a sourcemap. We will fix this soon. For now, you can temporarily disable sourcemaps. Sorry for the inconvenience.
Close in favor #287
Expected Behavior
Code Bundles corectly.
Actual Behavior
Code Dosen't bundle.
Working Code Before 4.0.0
Error with 4.0.0
How Do We Reproduce?
Upgrade to stylus-loader 4.0.0 in a project that uses stylus css modules. Did this upgrade break support for css modules entirely?