From 648e824e10b0348146a149c475242d28dd4df508 Mon Sep 17 00:00:00 2001 From: in-in Date: Mon, 27 Apr 2020 00:16:40 +0300 Subject: [PATCH] docs: delete duplicate paragraph --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index e206bed4..1310801c 100644 --- a/README.md +++ b/README.md @@ -275,9 +275,6 @@ The following variables are available in the template by default (you can extend favicon?: string; ``` - - `htmlWebpackPlugin.options`: the options hash that was passed to - the plugin. In addition to the options actually used by this plugin, - you can use this hash to pass arbitrary data through to your template. - `webpackConfig`: the webpack configuration that was used for this compilation. This can be used, for example, to get the `publicPath` (`webpackConfig.output.publicPath`).