Skip to content

Commit 7ed4a62

Browse files
leecjsonEugeneHlushko
authored andcommitted
Add ref-loader to loader's introduction page (#2659)
1 parent 285a21a commit 7ed4a62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/loaders/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ 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
2223

2324

2425
## JSON

0 commit comments

Comments
 (0)