Skip to content

Commit

Permalink
add note about options in README
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Mar 4, 2018
1 parent 959b783 commit 3174232
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
})
Expand Down

0 comments on commit 3174232

Please sign in to comment.