When running the legacy:start script and clicking the button to change everything to yellow, it only changes the app2 background to yellow.
When using start it changes the whole background to yellow.
I found this as I was looking for an example for how to use rspack with a custom style loader as I can't get it to work after changing from webpack. It looks like your example doesn't have a section in the rspack file similar to this:
When running the
legacy:start
script and clicking the button to change everything to yellow, it only changes the app2 background to yellow. When usingstart
it changes the whole background to yellow.I found this as I was looking for an example for how to use rspack with a custom style loader as I can't get it to work after changing from webpack. It looks like your example doesn't have a section in the rspack file similar to this:
I'm unable to get this working with rspack currently.