preload-webpack-plugin
preload-webpack-plugin copied to clipboard
Please use https://github.com/vuejs/preload-webpack-plugin instead.
No idea what I'm doing wrong but if I want to preload local fonts, it adds "crossorigin='anonymous'" to the link tag: `` that causes a `A preload for '' is...
tapAsync undefined in webpack4
Building with PreloadWebpackPlugin enabled causes following error: ``` /home/alex/GIT/proj/node_modules/preload-webpack-plugin/build/index.js:163 compilation.hooks.htmlWebpackPluginBeforeHtmlProcessing.tapAsync(_this2.constructor.name, function (htmlPluginData, callback) { ^ TypeError: Cannot read property 'tapAsync' of undefined at /home/alex/GIT/proj/node_modules/preload-webpack-plugin/build/index.js:163:67 ``` Project package versions: [email protected] [email protected]
Bumps [acorn](https://github.com/acornjs/acorn) from 6.3.0 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...
Bumps [acorn](https://github.com/acornjs/acorn) from 6.3.0 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...
How to preload js file in multiple html page?
Thanks to provide the nice plugin, but I got a problem: In my project, I have multiple entry(many pages) and some common chunks. How could I do to let each...
add target option
The idea here is to support appending to ``. There are cases in which it's not desirable to pollute the ``. This addresses (mostly at least 😄 ) https://github.com/GoogleChromeLabs/preload-webpack-plugin/issues/85 ....
Add links based on webpackPreload/webpackPrefetch magic comments
As of 4.6.0 webpack will generate links based on webpackPreload/webpackPrefetch magic comments. However where we are attempting to preload/prefetch chunks from an entrypoint loading will not start until the parent...
Fixes #108 ## Description - Adds link tags for entrypoints as well as any chunks which are prefetched or preloaded from an entrypoint via a magic comment ## Why -...
Added closingTagRequired as Option and passing it to createHTMLElementString. Necessary for Razor Pages where closing tags are obligatory.
Feature to opt-in to CORS preload requests
js && css use CDN, and host is different with website host。 so i need set the crossorigin. if not these config preload js && css resources will be load...