What is the Purpose of chunkFilename of mini-css-extract-plugin Module?
问题 I'm using mini-css-extract-plugin module now, and setting its chunkFilename value and make sure the value of "[id].css" by running it. However, I couldn't see the file. The reference is below. https://webpack.js.org/plugins/mini-css-extract-plugin/#minimal-example So, my questions is, What is the chunkFilename of mini-css-extract-plugin? What is the purpose of chunkFilename? How can you see the file? 回答1: In webpack's terminology a chunk is an asset that should not be bundled with everything