Skip to content

ignoring noscript #446

Closed
Closed
@echolimazulu

Description

@echolimazulu

Bug report

Actual Behavior

Expected Behavior

How Do We Reproduce?

Please paste the results of npx webpack-cli info here, and mention other relevant information


Hello html-loader developers,

Today I noticed that the content of supported tags wrapped in noscript is completely ignored and not available for creating html-loader imports to pass them to the next loader.

In my configuration before the html-loader, I also use posthtml-loader and the HTML elements inside noscript are available to it.

Please clarify if this loader behavior is expected and where to dig to fix or change this behavior.

Searching the repository turned up no results on this issue.

<noscript>
    <figure>
        <img src="/images/picture.jpg" alt="">
    </figure>
</noscript>

html-loader version is 4.0.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions