Skip to content
This repository was archived by the owner on Aug 28, 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 @@ -16,6 +16,14 @@

# css-loader

> [!WARNING]
>
> **`css-loader` is deprecated** — webpack parses CSS 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/#migration-guide).
>
> 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.

The `css-loader` interprets `@import` and `url()` like `import/require()` and resolves them.

## Getting Started
Expand Down
Loading