From ef41d98bd025226eaffeedb92d87a97f03e49f4b Mon Sep 17 00:00:00 2001 From: James Ye Date: Thu, 8 Dec 2016 18:21:59 +0800 Subject: [PATCH] Update README.md (#519) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c37837..e723077 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ There are already some really powerful plugins which can be integrated with zero * [favicons-webpack-plugin](https://github.com/jantimon/favicons-webpack-plugin) which generates favicons and icons for iOS, Android and desktop browsers * [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 Basic Usage -----------