Skip to content

Commit 3174232

Browse files
committed
add note about options in README
1 parent 959b783 commit 3174232

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ const MiniCssExtractPlugin = require("mini-css-extract-plugin");
4646
module.exports = {
4747
plugins: [
4848
new MiniCssExtractPlugin({
49+
// Options similar to the same options in webpackOptions.output
50+
// both options are optional
4951
filename: "[name].css",
5052
chunkFilename: "[id].css"
5153
})

0 commit comments

Comments
 (0)