Skip to content

Commit a343a6d

Browse files
committed
chore: remove my name
1 parent a994cbd commit a343a6d

File tree

3 files changed

+0
-3
lines changed

3 files changed

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

src/content/api/plugins.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ contributors:
1010
- EugeneHlushko
1111
- wizardofhogwarts
1212
- snitin315
13-
- evenstensberg
1413
---
1514

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

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ contributors:
99
- jamesgeorge007
1010
- chenxsan
1111
- dev-itsheng
12-
- evenstensberg
1312
---
1413

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