Skip to content

Commit 9eeeb45

Browse files
authored
Merge pull request #503 from mcmunder/patch-1
Update index.md
2 parents b073cc6 + d9a2458 commit 9eeeb45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/concepts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const config = {
8888
};
8989
```
9090

91-
In the configuration above we have defined a rule which used our loader with its two required properties: `test`, and `use`. This tells webpack's compiler the following:
91+
In the configuration above we have defined a `rules` property for a single module with two required properties: `test`, and `use`. This tells webpack's compiler the following:
9292

9393
> "Hey webpack compiler, when you come across a path that resolves to a '.js' or '.jsx' file inside of a `require()`/`import` statement, **use** the `babel-loader` to transform it before you add it to the bundle".
9494

0 commit comments

Comments
 (0)