jaketrent / html-webpack-template

a better default template for html-webpack-plugin
MIT License
830 stars 139 forks source link

Outdated Optional Tags #47

Closed PaulSearcy closed 7 years ago

PaulSearcy commented 7 years ago

Would it be possible to remove the 'conditional IE tags' ( etc..) and <meta http-equiv="X-UA-Compatible" content="IE=edge"> from the default index.ejs file?

Heres a great SO question and answers on the meta tag part. https://stackoverflow.com/questions/26346917/why-use-x-ua-compatible-ie-edge-anymore

jaketrent commented 7 years ago

Removed in 5.6.0. Thanks for your interest.