Skip to content

Commit

Permalink
docs: reword sentence (#1407)
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonCoderAS committed Jan 11, 2022
1 parent 5167ce9 commit cbe3898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@ For `production` builds it's recommended to extract the CSS from your bundle bei
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.
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.

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

Expand Down

0 comments on commit cbe3898

Please sign in to comment.