### Try ``` new ScriptExtHtmlWebpackPlugin({ preload: { test: ..., chunks: 'async' } }), ``` ### Expected `<link rel="preload" href="..." as="script">` ### Actual `<link rel="preload" href="..." as="script"></link>` _"script-ext-html-webpack-plugin" version: 1.7.1 "html-webpack-plugin": 2.24.1 "webpack": 2.2.1 "node": 6.2.0_ ### W3C says: > In HTML the <link> tag has no end tag. https://www.w3schools.com/tags/tag_link.asp