You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A [HTML Webpack Plugin](https://github.com/jantimon/html-webpack-plugin) for injecting <link rel='preload'>
8
+
A [HTML Webpack Plugin](https://github.com/jantimon/html-webpack-plugin) for injecting [<link rel='preload'>](https://developer.mozilla.org/en-US/docs/Web/HTML/Preloading_content)
3
9
4
10
This plugin allows to add preload links anywhere you want.
5
11
6
12
# Installation
7
13
8
-
You need to have HTMLWebpackPlugin v5 to make this plugin work.
14
+
You need to have HTMLWebpackPlugin v4 or v5 to make this plugin work.
9
15
10
16
```
11
17
npm i -D @principalstudio/html-webpack-inject-preload
0 commit comments