Skip to content

Commit 2abec32

Browse files
committed
chore: remove mention of me
1 parent a994cbd commit 2abec32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/content/api/loaders.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ contributors:
1515
- chenxsan
1616
- jamesgeorge007
1717
- alexeyr
18-
- evenstensberg
1918
---
2019

2120
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)