From 41dce566c306304fb254303bccb8e0b8137f2542 Mon Sep 17 00:00:00 2001 From: jharris4 Date: Wed, 25 Jan 2017 03:27:53 -0500 Subject: [PATCH] Add link to html-webpack-include-assets-plugin (#560) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c466b3..41f2f29 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ There are already some really powerful plugins which can be integrated with zero * [html-webpack-harddisk-plugin](https://github.com/jantimon/html-webpack-harddisk-plugin) * [html-webpack-inline-source-plugin](https://github.com/DustinJackson/html-webpack-inline-source-plugin) to inline your assets in the resulting HTML file * [html-webpack-exclude-assets-plugin](https://github.com/jamesjieye/html-webpack-exclude-assets-plugin) for excluding assets using regular expressions + * [html-webpack-include-assets-plugin](https://github.com/jharris4/html-webpack-include-assets-plugin) for including lists of js or css file paths (such as those copied by the copy-webpack-plugin). * [script-ext-html-webpack-plugin](https://github.com/numical/script-ext-html-webpack-plugin) to add `async`, `defer` or `module` attributes to your`