Skip to content

Commit 1358332

Browse files
trigger ci (#7669)
* chore: add my name to docs * chore: add my name to docs * chore: add my name to docs
1 parent f57f360 commit 1358332

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-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.

src/content/api/plugins.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ contributors:
1010
- EugeneHlushko
1111
- wizardofhogwarts
1212
- snitin315
13+
- evenstensberg
1314
---
1415

1516
Plugins are a key piece of the webpack ecosystem and provide the community with

src/content/contribute/writing-a-loader.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ contributors:
99
- jamesgeorge007
1010
- chenxsan
1111
- dev-itsheng
12+
- evenstensberg
1213
---
1314

1415
A loader is a node module that exports a function. This function is called when a resource should be transformed by this loader. The given function will have access to the [Loader API](/api/loaders/) using the `this` context provided to it.

0 commit comments

Comments
 (0)