preload-webpack-plugin
preload-webpack-plugin copied to clipboard
Usage with NamedChunksPlugin
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 😄