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
I discovered this started happening specifically in the transition from 1.6.1 -> 1.7.0
This is what my index.html bundle injection looked like in 1.6.1:
When it upgraded to 1.7.0 it started injecting every single bundle generated, not just the entry point:
Right now I'm working around this issue by just forcing the use of 1.6.1 in my package.json. This is in essence breaking the use of dynamic imports with rollup.
Here's what the config of the plugin looks like in my rollup.config.js:
The text was updated successfully, but these errors were encountered:
I discovered this started happening specifically in the transition from
1.6.1
->1.7.0
This is what my index.html bundle injection looked like in
1.6.1
:When it upgraded to
1.7.0
it started injecting every single bundle generated, not just the entry point:Right now I'm working around this issue by just forcing the use of
1.6.1
in mypackage.json
. This is in essence breaking the use of dynamic imports with rollup.Here's what the config of the plugin looks like in my
rollup.config.js
:The text was updated successfully, but these errors were encountered: