From 55313bee9b82ea79157085e48bba4fa2ebfef6a4 Mon Sep 17 00:00:00 2001 From: Jan Nicklas Date: Sat, 19 May 2018 19:23:38 +0200 Subject: [PATCH] feat: Simplify element and charset attribute See https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Obsolete_things_to_avoid BREAKING CHANGE: The default meta utf-8 declaration was changed to --- README.md | 4 ++-- default_index.ejs | 2 +- examples/default/dist/webpack-4/index.html | 2 +- examples/favicon/dist/webpack-4/favicon.html | 2 +- examples/inline/dist/webpack-4/index.html | 2 +- examples/inline/template.jade | 2 +- examples/template-parameters/dist/webpack-4/index.html | 2 +- examples/template-parameters/index.ejs | 2 +- spec/fixtures/invalid.html | 2 +- spec/fixtures/legacy.html | 2 +- spec/fixtures/template.jade | 2 +- spec/fixtures/test.html | 2 +- spec/fixtures/webpackconfig.html | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) 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