Skip to content

Commit 8171439

Browse files
author
Carl von Buelow
authored
docs: improve readme (#745)
1 parent aff99fa commit 8171439

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -544,9 +544,9 @@ module.exports = {
544544
### Common use case
545545

546546
`mini-css-extract-plugin` is more often used in `production` mode to get separate css files.
547-
For `development` mode (including `webpack-dev-server`) you can use `style-loader`, because it injects CSS into the DOM using multiple <style></style> and works faster.
547+
For `development` mode (including `webpack-dev-server`) you can use `style-loader`, because it injects CSS into the DOM using multiple `<style></style>` and works faster.
548548

549-
> i Do not use together `style-loader` and `mini-css-extract-plugin`.
549+
> ⚠️ Do not use `style-loader` and `mini-css-extract-plugin` together.
550550
551551
**webpack.config.js**
552552

0 commit comments

Comments
 (0)