Skip to content

Commit cbe3898

Browse files
docs: reword sentence (#1407)
1 parent 5167ce9 commit cbe3898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1446,7 +1446,7 @@ For `production` builds it's recommended to extract the CSS from your bundle bei
14461446
This can be achieved by using the [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin), because it creates separate css files.
14471447
For `development` mode (including `webpack-dev-server`) you can use [style-loader](https://github.com/webpack-contrib/style-loader), because it injects CSS into the DOM using multiple <style></style> and works faster.
14481448

1449-
> i Do not use together `style-loader` and `mini-css-extract-plugin`.
1449+
> i Do not use `style-loader` and `mini-css-extract-plugin` together.
14501450
14511451
**webpack.config.js**
14521452

0 commit comments

Comments
 (0)