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
There is a main entrypoint (the router) which dynamically imports components (the pages) that have styles attached to them via a side-effect CSS import statement.
What's going wrong
In addition to CSS chunks being emitted next to the module they were used by, there is non-split CSS chunk next to the main entry chunk.
The text was updated successfully, but these errors were encountered:
Reproduction project
https://stackblitz.com/edit/node-c8jpcemz?file=package.json
What the project is doing
There is a main entrypoint (the router) which dynamically imports components (the pages) that have styles attached to them via a side-effect CSS import statement.
What's going wrong
In addition to CSS chunks being emitted next to the module they were used by, there is non-split CSS chunk next to the main entry chunk.
![Image](https://private-user-images.githubusercontent.com/69170106/411071306-eab61c6c-e146-492b-b5f4-030ea93c4ddf.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NDU0NDEsIm5iZiI6MTczOTQ0NTE0MSwicGF0aCI6Ii82OTE3MDEwNi80MTEwNzEzMDYtZWFiNjFjNmMtZTE0Ni00OTJiLWI1ZjQtMDMwZWE5M2M0ZGRmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDExMTIyMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZmM2I5ZjBhOWQzNGYwZWYxMzE5MzllNzdkZTBmOGM4YzYwMmVjYzhmOTFhYjA2ZjE1NGY2Yjg0ODEzYjkzNmEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Xf8b3A8vjsHknCfGlv7pVmmvZBxQIYqCf5ZRh3uD5z8)
The text was updated successfully, but these errors were encountered: