Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 6c50d8e

Browse files
briandipalmabebraw
authored andcommitted
Update README.md (#469)
1 parent c63dc04 commit 6c50d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = {
4949
}
5050
```
5151

52-
It moves all the `require("style.css")`s in entry chunks into a separate single CSS file. So your styles are no longer inlined into the JS bundle, but separate in a CSS bundle file (`styles.css`). If your total stylesheet volume is big, it will be faster because the CSS bundle is loaded in parallel to the JS bundle.
52+
It moves all the required `*.css` modules in entry chunks into a separate CSS file. So your styles are no longer inlined into the JS bundle, but in a separate CSS file (`styles.css`). If your total stylesheet volume is big, it will be faster because the CSS bundle is loaded in parallel to the JS bundle.
5353

5454
|Advantages|Caveats|
5555
|:---------|:------|

0 commit comments

Comments
 (0)