Skip to content

Commit 285a21a

Browse files
Merge pull request #2657 from webpack/revert-2653-patch-2
Revert "Add ref-loader to loader's introduction page"
2 parents 7ac66d1 + a4227fd commit 285a21a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/content/loaders/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Loaders are activated by using `loadername!` prefixes in `require()` statements,
1919
- [`val-loader`](/loaders/val-loader) Executes code as module and consider exports as JS code
2020
- [`url-loader`](/loaders/url-loader) Works like the file loader, but can return a [data URL](https://tools.ietf.org/html/rfc2397) if the file is smaller than a limit
2121
- [`file-loader`](/loaders/file-loader) Emits the file into the output folder and returns the (relative) URL
22-
- [`ref-loader`](https://www.npmjs.com/package/ref-loader) Create dependencies between any files manually
2322

2423

2524
## JSON

0 commit comments

Comments
 (0)