We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959b783 commit 3174232Copy full SHA for 3174232
README.md
@@ -46,6 +46,8 @@ const MiniCssExtractPlugin = require("mini-css-extract-plugin");
46
module.exports = {
47
plugins: [
48
new MiniCssExtractPlugin({
49
+ // Options similar to the same options in webpackOptions.output
50
+ // both options are optional
51
filename: "[name].css",
52
chunkFilename: "[id].css"
53
})
0 commit comments