-
-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow css loaders to specify dependencies on other css files #530
Comments
Hi @sokra we are trying to move from our webpack plugin to a more simplified loader that works with other webpack echo system, and will be forward compatible with webpack@5. any chance that you can take a look? |
Hi @evilebottnawi, we'd really appreciate it if you could take a look at this issue, it would help us greatly downstream. |
Thank you for replying so quickly, I'm not sure we're familiar enough with the required internals to implement this ourselves, perhaps with some guidance we could. Otherwise once you get around to this issue we'd love to help out. |
Sorry for delay, problem here you use |
Closed in favor of #555, also there are some solution:
Also maybe we will provide an option to control it, but the such sulation is not easy to solve, also you can always make a plugin and implement any order |
Feature Proposal
Allow css loaders to specify dependencies on other css files only for extract sorting purposes.
Right now I consider the behavior a bug since every other loader can use imports to any file.
Feature Use Case
I made a small project to demonstrate the goal and the issue of the current behavior.
All explained in the readme.
https://github.com/barak007/mini-extract-issue
The text was updated successfully, but these errors were encountered: