Skip to content

Conversation

@fruchtose
Copy link

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

The docs mention the use of extract-loader, but the example which mentions it does not actually use it. This appears to be an unintentional change made as part of #423, as that pull request does not mention any intent to change the docs.

Additional Info

I tested the example configuration using webpack 5, html-loader v4.1.0, and extract-loader v5.1.0.

The docs mention the use of `extract-loader`, but the example which mentions it does not
actually use it. This appears to be an unintentional change made as part of webpack#423, as
that pull request does not mention any intent to change the docs.
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Sep 20, 2022

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: fruchtose / name: Robert Fruchtman (66a729f)

{
test: /\.html$/i,
use: ["html-loader"],
use: ["extract-loader", "html-loader"],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was removed from two places, can you add the other one as well??

@codecov
Copy link

codecov bot commented Oct 6, 2022

Codecov Report

Base: 92.20% // Head: 92.20% // No change to project coverage 👍

Coverage data is based on head (66a729f) compared to base (37d2073).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #459   +/-   ##
=======================================
  Coverage   92.20%   92.20%           
=======================================
  Files           7        7           
  Lines         590      590           
  Branches      190      190           
=======================================
  Hits          544      544           
  Misses         37       37           
  Partials        9        9           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@alexander-akait
Copy link
Member

Sorry for delay, close because of #404

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants