Skip to content

Resource hint elements have unnecessary </link> closing tag #16

Closed
@skisor

Description

@skisor

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 tag has no end tag.

https://www.w3schools.com/tags/tag_link.asp

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions