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 @@ -15,6 +15,14 @@

# style-loader

> [!WARNING]
>
> **`style-loader` is deprecated** — webpack injects CSS into the DOM itself and no longer needs it.
>
> Read the [Native CSS guide](https://webpack.js.org/guides/native-css/) and follow its [migration guide](https://webpack.js.org/guides/native-css/#5-replace-style-loader), which lists what the built-in support covers.
>
> Existing setups keep working: built-in CSS support stays off for any `.css` rule that already has a loader, so you can migrate one rule at a time.

Inject CSS into the DOM.

## Getting Started
Expand Down
Loading