Skip to content

Commit a4bc755

Browse files
committed
docs: remove depreciated extract-text-webpack-plugin
1 parent 1ffc393 commit a4bc755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ When inlining CSS `data-href` must be used.
402402

403403
### Extracting all CSS in a single file
404404

405-
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`.
405+
The CSS can be extracted in one CSS file using `optimization.splitChunks.cacheGroups`.
406406

407407
**webpack.config.js**
408408

0 commit comments

Comments
 (0)