diff --git a/README.md b/README.md index e8bf22dc..210b3c29 100644 --- a/README.md +++ b/README.md @@ -734,7 +734,9 @@ module.exports = { cacheGroups: { styles: { name: 'styles', - test: /\.css$/, + type: 'css/mini-extract', + // For webpack@4 + // test: /\.css$/, chunks: 'all', enforce: true, },