The filename setting allows you to set the name of the CSS bundle file:
filename
plugins: [new MiniCssExtractPlugin({ filename: 'build.css' })],
Collect all your CSS into a file named styles.css.
styles.css