From 44af2bcc160a422a32985ce45972cfefac012722 Mon Sep 17 00:00:00 2001 From: Dhruv Jain Date: Sat, 6 Feb 2021 21:17:26 +0530 Subject: [PATCH] docs[README]: fix extract-css-chunk-plugin to mini-css-extract-plugin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 210b3c29..df27beb2 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ See [examples](#remove-order-warnings) below for details. Type: `String|Function` Default: `document.head.appendChild(linkTag);` -By default, the `extract-css-chunks-plugin` appends styles (`` elements) to `document.head` of the current `window`. +By default, the `mini-css-extract-plugin` appends styles (`` elements) to `document.head` of the current `window`. However in some circumstances it might be necessary to have finer control over the append target or even delay `link` elements instertion. For example this is the case when you asynchronously load styles for an application that runs inside of an iframe.