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 36ad1f1 commit c78a348Copy full SHA for c78a348
1 file changed
README.md
@@ -9,7 +9,7 @@
9
src="https://cdn.rawgit.com/webpack/media/e7485eb2/logo/icon.svg">
10
</a>
11
<h1>Bundle Loader</h1>
12
- <p>Bundle loader for Webpack.<p>
+ <p>Bundle loader for webpack.<p>
13
</div>
14
15
<h2 align="center">Install</h2>
@@ -65,7 +65,7 @@ Here `[name]` corresponds to the chunk name set in the `name` query parameter.
65
require("bundle-loader?lazy&name=my-chunk!./file.js");
66
require("bundle-loader?lazy&name=[name]!./file.js");
67
```
68
-And the WebPack configuration:
+And the webpack configuration:
69
``` js
70
module.exports = {
71
entry: { ... },
0 commit comments