jantimon / html-webpack-plugin

Simplifies creation of HTML files to serve your webpack bundles
MIT License
10.71k stars 1.31k forks source link

Insert just defer, not defer=defer #1817

Closed alexander-xyz closed 10 months ago

alexander-xyz commented 1 year ago

Hi. I use this config new HtmlWebpackPlugin({ inject: 'body', template: path.resolve(srcDir, 'empty.html'), filename: 'app.html', }), but it's insert just attribute defer=defer for Githubissues.

  • Githubissues is a development platform for aggregating issues.