Skip to content

Commit d9a2458

Browse files
authored
Update index.md
Thanks for the great new documentation!
1 parent 0ec4b0e commit d9a2458

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)