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
multiple chunks (which don't import any css) have the insert css function ___$insertStyle needlessly placed at the top of each chunked file.
ideally this function to insert a style element into the header would be added earlier in the rollup build pipeline so that it could be chunked to a single, appropriate file.
Edit
After having created this issue I saw there have been no commits to this repository for 13 months (at the time of writing). if anyone is a bit stuck on this issue, I moved to rollup-plugin-postcss which works as expected (only placing the insert css function once in the bundle of outputs).
The text was updated successfully, but these errors were encountered:
When rollup is run with
multiple chunks (which don't import any css) have the
insert css
function___$insertStyle
needlessly placed at the top of each chunked file.ideally this function to insert a style element into the header would be added earlier in the rollup build pipeline so that it could be chunked to a single, appropriate file.
Edit
After having created this issue I saw there have been no commits to this repository for 13 months (at the time of writing). if anyone is a bit stuck on this issue, I moved to rollup-plugin-postcss which works as expected (only placing the
insert css
function once in the bundle of outputs).The text was updated successfully, but these errors were encountered: