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
Build process outputs an inline.bundle.js. This is great for people who want it. However, upon inspection, if somebody didn't want to have this content inlined, it would be great to have this included in one of the other bundles.
Desired behavior
Adding a CLI flag that determines whether inline should be separate or included in one of the other bundles. Personally, I don't think it should be authorable which bundle it should be included into, i.e., I think this should be a boolean flag and the CLI team should determine which bundle is most appropriate.
The text was updated successfully, but these errors were encountered:
Versions
Observed behavior
Build process outputs an
inline.bundle.js
. This is great for people who want it. However, upon inspection, if somebody didn't want to have this content inlined, it would be great to have this included in one of the other bundles.Desired behavior
Adding a CLI flag that determines whether inline should be separate or included in one of the other bundles. Personally, I don't think it should be authorable which bundle it should be included into, i.e., I think this should be a boolean flag and the CLI team should determine which bundle is most appropriate.
The text was updated successfully, but these errors were encountered: