From fe231d3d3d256c2bb904b9e0f3f1e7aa67d7f3cd Mon Sep 17 00:00:00 2001 From: liam Date: Tue, 8 Aug 2023 00:45:48 +0800 Subject: [PATCH] docs: add js-entry-webpack-plugin (#1732) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 28021e90..5efe232a 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ The `html-webpack-plugin` provides [hooks](https://github.com/jantimon/html-webp * [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. * [html-webpack-plugin-django](https://github.com/TommasoAmici/html-webpack-plugin-django) a Webpack plugin to inject Django static tags. + * [js-entry-webpack-plugin](https://github.com/liam61/html-webpack-plugin) creates webpack bundles into your js entry

Usage