From aedc623c770bce51f460da6a154690064fba2417 Mon Sep 17 00:00:00 2001 From: Guy Date: Thu, 24 Aug 2017 07:41:25 +0100 Subject: [PATCH] Update README.md (#768) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e0fd037b..4e2d27bd 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) can be used to always write to disk the html file, useful when webpack-dev-server / HMR are being used * [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-inline-svg-plugin](https://github.com/thegc/html-webpack-inline-svg-plugin) to inline SVGs 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`