From a4bc7556c75e262fd2c6cea7d33a1c869c100c92 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Tue, 16 Jun 2020 20:21:32 +0530 Subject: [PATCH] docs: remove depreciated extract-text-webpack-plugin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 159e11e8..f6c48760 100644 --- a/README.md +++ b/README.md @@ -402,7 +402,7 @@ When inlining CSS `data-href` must be used. ### Extracting all CSS in a single file -Similar to what [extract-text-webpack-plugin](https://github.com/webpack-contrib/extract-text-webpack-plugin) does, the CSS can be extracted in one CSS file using `optimization.splitChunks.cacheGroups`. +The CSS can be extracted in one CSS file using `optimization.splitChunks.cacheGroups`. **webpack.config.js**