From 31742323d4a6004ee4a2d2be92f642de01f66cbc Mon Sep 17 00:00:00 2001 From: Tobias Koppers Date: Sun, 4 Mar 2018 11:55:56 +0100 Subject: [PATCH] add note about options in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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" })