-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
css-Isolation not working in rspack example #3861
Comments
Consider filing an issue on rspack if you think there's a problem with css loader. |
there is no problem with rspack. |
okay ill adjust |
This still needs to be fixed. It looks like style-loader can't be used in rspack unless you set this:
After setting this my style loader worked as it did before in webpack. |
Send a pull request @MichaelJHaywood if you know what needs to change. |
I have checked css-isolation example where i run app2 (isolated app) in webpack it works as it should, but when i run it using rspack serve it does not.
i check webpack.config.js
there is css loaders are applied as below
but there is no configuration added in rspack.config.js
i have tried same configuration in rspack , but no css applied.
it seems to me that rspack does not support options.insert.
The text was updated successfully, but these errors were encountered: