Skip to content

Commit

Permalink
Added inject-body-webpack-plugin to readme
Browse files Browse the repository at this point in the history
Added this plugin made for html-webpack-plugin:
https://github.com/Jaid/inject-body-webpack-plugin
  • Loading branch information
Jaid authored and jantimon committed Jun 20, 2021
1 parent 0e4c1fb commit 25cdfc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -89,7 +89,7 @@ The `html-webpack-plugin` provides [hooks](https://github.com/jantimon/html-webp
* [webpack-nomodule-plugin](https://github.com/swimmadude66/webpack-nomodule-plugin) allows you to add a `nomodule` attribute to specific injected scripts, which prevents the scripts from being loaded by newer browsers. Good for limiting loads of polyfills.
* [html-webpack-skip-assets-plugin](https://github.com/swimmadude66/html-webpack-skip-assets-plugin) Skip adding certain output files to the html file. Built as a drop-in replacement for [html-webpack-exclude-assets-plugin](https://www.npmjs.com/package/html-webpack-exclude-assets-plugin) and works with newer [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) versions
* [html-webpack-inject-preload](https://github.com/principalstudio/html-webpack-inject-preload) allows to add preload links <link rel='preload'> anywhere you want.

* [inject-body-webpack-plugin](https://github.com/Jaid/inject-body-webpack-plugin) is a simple method of injecting a custom HTML string into the body.


<h2 align="center">Usage</h2>
Expand Down

0 comments on commit 25cdfc7

Please sign in to comment.