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

Please use https://github.com/vuejs/preload-webpack-plugin instead.

Results 59 preload-webpack-plugin issues
Sort by recently updated
recently updated
newest added

Bumps [acorn](https://github.com/acornjs/acorn) from 6.3.0 to 6.4.2. Commits f6b83ed Mark version 6.4.2 f51895b Fix potentially-exponential regular expression in use-strict-scanning 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp...

dependencies

I am seeing the errors below after upgrading to webpack 5 [DEP_WEBPACK_DEPRECATION_ARRAY_TO_SET] DeprecationWarning: Compilation.chunks was changed from Array to Set (using Array method 'filter' is deprecated) [DEP_WEBPACK_DEPRECATION_ARRAY_TO_SET_LENGTH] DeprecationWarning: chunk.files was...

preload-webpack-plugin": "^3.0.0-alpha.3 webpack": "^4.16. DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead ERROR in TypeError: cb is not a function

needs-more-info

Hello :) Are there any plans for supporting `imagesrcset` and `imagesizes` attributes for preload hints?

thank you , i need help three produced files: ![image](https://user-images.githubusercontent.com/38545720/101744355-e6eb7d00-3b05-11eb-9d1a-0f696f814dd1.png) webpack config ![image](https://user-images.githubusercontent.com/38545720/101747824-b7894000-3b06-11eb-811c-481886f6a681.png) my preload-webpack-plugin version is 3.0.0-beta.4 ![image](https://user-images.githubusercontent.com/38545720/101748042-01722600-3b07-11eb-937a-40de1282696a.png) i dont need extra files, i dont know how to do

beacuse 'Script error.' https://stackoverflow.com/questions/5913978/cryptic-script-error-reported-in-javascript-in-chrome-and-firefox ```js ```

Hi @jeffposnick, what do you think about if the option 'include' can accept regex items? This addresses a problem when the SplitChunks Webpack plugin returns chunks' names which share a...

Hi @jeffposnick Currently it's not possible to use html-webpack-plugin inject option set to false. I'm currently using this option to create an html file, which I include in the head...

Hi @jeffposnick In npm there is tag 3.0.0-beta.4 with a lot of changes available, which are not in this repo. Do I get something wrong or should these changes get...