From 8171439000f458dc681f2339bfccda459ecf3fc7 Mon Sep 17 00:00:00 2001 From: Carl von Buelow Date: Tue, 20 Apr 2021 07:15:46 -0400 Subject: [PATCH] docs: improve readme (#745) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c288ae62..ebba9f88 100644 --- a/README.md +++ b/README.md @@ -544,9 +544,9 @@ module.exports = { ### Common use case `mini-css-extract-plugin` is more often used in `production` mode to get separate css files. -For `development` mode (including `webpack-dev-server`) you can use `style-loader`, because it injects CSS into the DOM using multiple and works faster. +For `development` mode (including `webpack-dev-server`) you can use `style-loader`, because it injects CSS into the DOM using multiple `` and works faster. -> i Do not use together `style-loader` and `mini-css-extract-plugin`. +> ⚠️ Do not use `style-loader` and `mini-css-extract-plugin` together. **webpack.config.js**