From 2c247e2983cb4927b67c1c157f672345014d38ca Mon Sep 17 00:00:00 2001 From: Gianluca Esposito Date: Wed, 18 Aug 2021 14:54:02 +0200 Subject: [PATCH] docs: update README (#533) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7c40dc6..e7e7bec2 100644 --- a/README.md +++ b/README.md @@ -700,9 +700,9 @@ module.exports = { For `production` builds it's recommended to extract the CSS from your bundle being able to use parallel loading of CSS/JS resources later on. 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`, 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 together `style-loader` and `mini-css-extract-plugin`. **webpack.config.js**