preload-webpack-plugin
preload-webpack-plugin copied to clipboard
Please use https://github.com/vuejs/preload-webpack-plugin instead.
This check https://github.com/GoogleChromeLabs/preload-webpack-plugin/blob/master/src/index.js#L118 breaks when the plugin is used with Expo that extends `HtmlWebpackPlugin` class into `ExpoHtmlWebpackPlugin`. Is there a better way to find the plugin instance?
preload not worked as expected
I'm using the beta, so that fixed my `cb is not a function` problem, but now nothing will append. [](https://imgur.com/Zyv3pqx.jpg) I've tried putting it after the `HtmlWebpackPlugin` and after the...
Can I use this plugin with Webpack 3.12 ?
Hi, I just notice that the links injected to the head have always the same ?ver=1234 Seems doesn't randomize the version or the hash on every build? for instance,?ver=5e013ced is...
Adding "searchByChunkId" option
As i commented in #91, the plugin currently checks only `chunk.name` when using `include` option, this pull request make possible to search by chunk id, so we can preload chunks...
The plugin pick the link up to place before __ . In order to load faster, i hope that it can insert the plact after __ ,or give a placeholder....
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...
We don't generate full HTML page in our setup. We generate a HTML snippet then they are included as part of backend output (for some legacy reasons). This PR adds...
Mind if I submit a function to validate the rel option in the plugin constructor? For values allowed by the spec but not supported by the plugin (e.g. `preconnect`) it...