diff --git a/README.md b/README.md index 2bca0af6..7233c604 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ const MiniCssExtractPlugin = require("mini-css-extract-plugin"); module.exports = { plugins: [ new MiniCssExtractPlugin({ + // Options similar to the same options in webpackOptions.output + // both options are optional filename: "[name].css", chunkFilename: "[id].css" })