You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/loaders/index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ Loaders are activated by using `loadername!` prefixes in `require()` statements,
19
19
-[`val-loader`](/loaders/val-loader) Executes code as module and consider exports as JS code
20
20
-[`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
21
21
-[`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
0 commit comments