Skip to content
This repository was archived by the owner on Aug 27, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@

# html-loader

> [!WARNING]
>
> **`html-loader` is deprecated** — webpack treats HTML as a first-class module type and no longer needs it.
>
> Read the [Native HTML guide](https://webpack.js.org/guides/native-html/) and follow its [migration guide](https://webpack.js.org/guides/native-html/#migrating-from-html-loader).
>
> Existing setups keep working: built-in HTML support stays off for any `.html` rule that already has a loader, so you can migrate one rule at a time.

Exports HTML as string. HTML is minimized when the compiler demands.

## Getting Started
Expand Down
Loading