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
{{ message }}
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.
Hi @jeffposnick,
what do you think about if the option 'include' can accept regex items?
This addresses a problem when the SplitChunks Webpack plugin returns chunks' names which share a "common" part.
i.e.:
package1-package2-vendors.[hash].js
package3-package4-vendors.[hash].js
As if we'd like to preload every asset with "vendors" in the chunk name.
Please, let me know about
Cheers,
Andrea
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi @jeffposnick,
what do you think about if the option 'include' can accept regex items?
This addresses a problem when the SplitChunks Webpack plugin returns chunks' names which share a "common" part.
i.e.:
package1-package2-vendors.[hash].js
package3-package4-vendors.[hash].js
As if we'd like to preload every asset with "vendors" in the chunk name.
Please, let me know about
Cheers,
Andrea
The text was updated successfully, but these errors were encountered: