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 [elliptic](https://github.com/indutny/elliptic) from 6.5.0 to 6.5.3. Commits 8647803 6.5.3 856fe4d signature: prevent malleability and overflows 6048941 6.5.2 9984964 package: bump dependencies ec735ed utils: leak less information in getNAF() 71e4e8e 6.5.1...

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.0 to 6.5.3. Commits 8647803 6.5.3 856fe4d signature: prevent malleability and overflows 6048941 6.5.2 9984964 package: bump dependencies ec735ed utils: leak less information in getNAF() 71e4e8e 6.5.1...

dependencies

I have this config in my webpack file used for a MPA in PHP template ` new HtmlWebpackPlugin({ filename: '${VIEWS_PATH}/index.php', template: '${VIEWS_PATH}/index.php', chunks: ['index', 'vendor', 'lib'] }), ` ` new...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...

dependencies

When using the fileBlacklist of options, it will cover the default option([/\.map/]). **Wish**: `fileBlacklist:[/userIgnore\.js/, /\.map/]` **Actually** `fileBlacklist: [/userIgnore\.js/]` I wonder if it‘s a Bug or design of this shadow merge?...

Hello, I used the plugin to preload some font files in the document head, but I see the attribute crossorigin has the value 'crossorigin'. Am I doing something wrong? This...

Support for manual placement of <link> tags

[{"_id":"63473a69b918e158f3160c40","body":"I'm not familiar with that option in `html-webpack-plugin`. What would the syntax for the placeholder\/injection point `<link>`s look like in the scenario you describe?","issue_id":1660458738660,"origin_id":439987201,"user_origin_id":1749548,"create_time":1542650697,"update_time":1542650697,"id":1665612393346,"updated_at":"2022-10-12T22:06:33.345000Z","created_at":"2022-10-12T22:06:33.345000Z"},{"_id":"63473a69b918e158f3160c41","body":"Thanks for the response! Some more details are available [here](https:\/\/github.com\/jantimon\/html-webpack-plugin#writing-your-own-templates). They expose an `htmlWebpackPlugin` template variable that can be used in the template to place `<link>`\/`<script>` tags at any location in the document.\r\n\r\nA similar `preloadWebpackPlugin` variable containing the lists of files that should be preloaded and prefetched would be ideal.","issue_id":1660458738660,"origin_id":445585660,"user_origin_id":4480230,"create_time":1544398526,"update_time":1546899548,"id":1665612393350,"updated_at":"2022-10-12T22:06:33.350000Z","created_at":"2022-10-12T22:06:33.350000Z"},{"_id":"63473a69b918e158f3160c42","body":"\ud83d\udc40 ","issue_id":1660458738660,"origin_id":530543086,"user_origin_id":17274950,"create_time":1568232209,"update_time":1568232209,"id":1665612393354,"updated_at":"2022-10-12T22:06:33.354000Z","created_at":"2022-10-12T22:06:33.354000Z"},{"_id":"63473a69b918e158f3160c43","body":"Any progress on this issue? It would be lovely to have an ability to inject the preloaded files manually.\r\n\r\nFor instance the plugin may tap `htmlWebpackPluginBeforeHtmlGeneration` along with `htmlWebpackPluginAfterHtmlProcessing`, extend `assets` in html plugin data with some meta of the preloading chunks, and then in `htmlWebpackPluginAfterHtmlProcessing` just use this meta for generating. Also `inject` option from html plugin should be handled in the second phase to prevent a duplicated output.","issue_id":1660458738660,"origin_id":565112114,"user_origin_id":4354333,"create_time":1576172821,"update_time":1576172821,"id":1665612393359,"updated_at":"2022-10-12T22:06:33.358000Z","created_at":"2022-10-12T22:06:33.358000Z"},{"_id":"63473a69b918e158f3160c44","body":"+1 I feel like the assumption that all chunks should simply be prepended into the `<head>` is limiting, and possibly counterproductive.\r\n\r\nOur use case is an app designed for extremely low powered, very finicky embedded devices. Think throttle x20. Every little thing counts. We have some SSR elements in markup to get initial content rendered as early as possible. Our entry scripts are at the bottom of the `<body>`. Preloading JS and CSS in the head can cause the dependent requests to go out on the wire before the entry point script, which seems wrong. I want the `import`ed script to be discoverable by the parser, but not sent prior to our entry point script.\r\n\r\nIn lieu of the full-blown templating system discussed above (which would be great) it would be great to just have an option to either append to `<body>`, or append to `<head>`.\r\n\r\nThanks for a great tool.","issue_id":1660458738660,"origin_id":570704114,"user_origin_id":56004345,"create_time":1578087043,"update_time":1578087043,"id":1665612393363,"updated_at":"2022-10-12T22:06:33.362000Z","created_at":"2022-10-12T22:06:33.362000Z"},{"_id":"63473a69b918e158f3160c45","body":"\ud83d\udc40 ","issue_id":1660458738660,"origin_id":628153163,"user_origin_id":17274950,"create_time":1589392832,"update_time":1589392832,"id":1665612393366,"updated_at":"2022-10-12T22:06:33.365000Z","created_at":"2022-10-12T22:06:33.365000Z"}] comment

`html-webpack-plugin` supports disabling the automatic injection of `` and `` tags via `inject: false`. This provides more control and flexibility over the tags and where they appear and allows the...