diff --git a/README.md b/README.md index d7d3b2dd..0fe1099e 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ This will generate a file `dist/index.html` containing the following - + Webpack App @@ -189,7 +189,7 @@ plugins: [ - + <%= htmlWebpackPlugin.options.title %> diff --git a/default_index.ejs b/default_index.ejs index f9466a46..4664dafb 100644 --- a/default_index.ejs +++ b/default_index.ejs @@ -1,7 +1,7 @@ - + <%= htmlWebpackPlugin.options.title %> diff --git a/examples/default/dist/webpack-4/index.html b/examples/default/dist/webpack-4/index.html index 8a7f3ef8..56ddec91 100644 --- a/examples/default/dist/webpack-4/index.html +++ b/examples/default/dist/webpack-4/index.html @@ -1,7 +1,7 @@ - + Webpack App diff --git a/examples/favicon/dist/webpack-4/favicon.html b/examples/favicon/dist/webpack-4/favicon.html index 7276322a..a2d8db3b 100644 --- a/examples/favicon/dist/webpack-4/favicon.html +++ b/examples/favicon/dist/webpack-4/favicon.html @@ -1,7 +1,7 @@ - + HtmlWebpackPlugin example diff --git a/examples/inline/dist/webpack-4/index.html b/examples/inline/dist/webpack-4/index.html index 9d15ee9c..8521e834 100644 --- a/examples/inline/dist/webpack-4/index.html +++ b/examples/inline/dist/webpack-4/index.html @@ -1,4 +1,4 @@ -Jade demo