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.
The plugin could check both chunk.name and chunk.id to determine if the chunk will be preloaded.
I'm trying to use the plugin with webpack.NamedChunksPlugin (which sets only the chunk.id) and the chunk is not preloaded due to this behavior.
I can open a PR if needed 😄
The text was updated successfully, but these errors were encountered:
The plugin could check both
chunk.name
andchunk.id
to determine if the chunk will be preloaded.I'm trying to use the plugin with
webpack.NamedChunksPlugin
(which sets only thechunk.id
) and the chunk is not preloaded due to this behavior.I can open a PR if needed 😄
The text was updated successfully, but these errors were encountered: