We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a92dae commit 3d02f43Copy full SHA for 3d02f43
content/loaders/index.md
@@ -54,7 +54,7 @@ This uses the loader “jade” for “.jade” files and the loaders “style
54
---
55
- Loaders can be chained. They are applied in a pipeline to the resource. A chain
56
of loaders are compiled chronologically. The first loader in a chain of loaders
57
- returns an value to the next and at the end loader, Webpack expects JavaScript
+ returns an value to the next and at the end loader, webpack expects JavaScript
58
to be returned.
59
- Loaders can be synchronous or asynchronous.
60
- Loaders run in Node.js and can do everything that’s possible there.
0 commit comments