Skip to content

Commit db8d63a

Browse files
committed
add comment
1 parent bc8fc81 commit db8d63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = {
4848
new MiniCssExtractPlugin({
4949
// Options similar to the same options in webpackOptions.output
5050
// both options are optional
51-
filename: "[name].css",
51+
filename: "[name].css", // [contenthash] is supported
5252
chunkFilename: "[id].css"
5353
})
5454
],

0 commit comments

Comments
 (0)