Skip to content
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
2 changes: 2 additions & 0 deletions src/content/concepts/loaders.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ There are two ways to use loaders in your application:
- [Configuration](#configuration) (recommended): Specify them in your **webpack.config.js** file.
- [Inline](#inline): Specify them explicitly in each `import` statement.

Note that loaders can be used from CLI under webpack v4, but the feature was deprecated in webpack v5.

### Configuration

[`module.rules`](/configuration/module/#modulerules) allows you to specify several loaders within your webpack configuration.
Expand Down