We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 030c4d3 commit c4b375cCopy full SHA for c4b375c
README.md
@@ -117,7 +117,7 @@ See [examples](#remove-order-warnings) below for details.
117
Type: `String|Function`
118
Default: `document.head.appendChild(linkTag);`
119
120
-By default, the `extract-css-chunks-plugin` appends styles (`<link>` elements) to `document.head` of the current `window`.
+By default, the `mini-css-extract-plugin` appends styles (`<link>` elements) to `document.head` of the current `window`.
121
122
However in some circumstances it might be necessary to have finer control over the append target or even delay `link` elements instertion.
123
For example this is the case when you asynchronously load styles for an application that runs inside of an iframe.
0 commit comments