Based on docs: https://webpack.js.org/plugins/mini-css-extract-plugin/#extracting-css-based-on-entry
Looks like there is a bug - plugin overwrites some css files and throws errors/warnings
- Build
$ npm i && npm run build
- Check the
dist
folder.
Some answers provided in this issue: webpack/mini-css-extract-plugin#804