You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is complex to detect whether style-loader is set because there are many ways to set use-entry for style-loader. see detail
Do you have any easier way to do it?
This issue has been automatically marked as stale because it has not had recent activity. If this issue is still affecting you, please leave any comment (for example, "bump"). We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment!
style-loader
Currently style-loader^3.3.3 supports - warning when experiments.css is true,
But this._module is undefined in rspack's loaderContext
I looked at the current rspack NormalModule implementation, which is a simplified version and does not have the _createLoaderContext method in webpack.
So the question becomes how to align the implementation of LoadContext._module in webpack in rspack, can you give some guidance on how to do that?
I was interested in finishing my good first issue @hardfist
set expreiments.css = false, style-loader and experiments.css can't be used together, we should add warning about this
Originally posted by @hardfist in #3922 (comment)
The text was updated successfully, but these errors were encountered: