From 997d60e65c1d04dc418b06819731c25043c53bb7 Mon Sep 17 00:00:00 2001 From: cap-Bernardito Date: Wed, 6 Jan 2021 16:35:01 +0300 Subject: [PATCH] docs: remove unused info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8911681..8906af8d 100644 --- a/README.md +++ b/README.md @@ -569,7 +569,7 @@ For production builds it's recommended to extract the CSS from your bundle being There are two possibilities to extract a style sheet from the bundle: -- [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) (use this, when using webpack 4 configuration. Works in all use-cases) +- [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) - [extract-loader](https://github.com/peerigon/extract-loader) (simpler, but specialized on the css-loader's output) **webpack.config.js**