Skip to content

Commit 0d14b38

Browse files
committed
chore: add my name to docs
1 parent f57f360 commit 0d14b38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/api/loaders.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ contributors:
1515
- chenxsan
1616
- jamesgeorge007
1717
- alexeyr
18+
- evenstensberg
1819
---
1920

2021
A loader is a JavaScript module that exports a function. The [loader runner](https://github.com/webpack/loader-runner) calls this function and passes the result of the previous loader or the resource file into it. The `this` context of the function is filled-in by webpack and the [loader runner](https://github.com/webpack/loader-runner) with some useful methods that allow the loader (among other things) to change its invocation style to async, or get query parameters.

0 commit comments

Comments
 (0)