preload-webpack-plugin icon indicating copy to clipboard operation
preload-webpack-plugin copied to clipboard

Usage with NamedChunksPlugin

Open michellocana opened this issue 6 years ago • 0 comments

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 😄

michellocana avatar Feb 18 '19 16:02 michellocana