globalStyles.container is no longer properly bundled
Additional context
The reason is that we flush cache. We probably need a better way to preserve styles in the cache that do not change and must not be cleared from cache during a HMR reload. It could be that this bug is bigger than merely global styles, yet to figure out.
To Reproduce Steps to reproduce the behavior:
Additional context The reason is that we flush cache. We probably need a better way to preserve styles in the cache that do not change and must not be cleared from cache during a HMR reload. It could be that this bug is bigger than merely global styles, yet to figure out.