Kuznetsov Dmitriy
Kuznetsov Dmitriy
Need to verify. Need tests.
https://github.com/Diokuz/baron/commit/9cbb21b14967afc02e6f588233c4adb7d19c17f0 need tests
Guys, why these are dependencies, not peer dependencies? At least, consider to ship another package for full-control-mode only – we dont need any defaults for webpack or postcss in our...
Actually, same problem was for React17, and we waited for weeks for 6.1 version of storybook. Consider to use `Dependency Inversion` pattern, please.
Also, in the doc playwright docker image version is 1.23.1, but on docker hub is 1.23.0 [docker pull mcr.microsoft.com/playwright:v1.23.1-focal](https://playwright.dev/docs/docker) [docker pull mcr.microsoft.com/playwright:v1.23.0-focal](https://hub.docker.com/_/microsoft-playwright)
Thanks! Will do that.
Here we are: [No css file with mini-css-extract-plugin demo](https://github.com/Diokuz/a-webpack-plugin/tree/master/webpack4-mini-css-extract-plugin) It works with ExtractTextPlugin@4 ([ETP4 demo](https://github.com/Diokuz/a-webpack-plugin/tree/master/webpack4)), but I cannot use it because of https://github.com/webpack-contrib/extract-text-webpack-plugin/issues/767
Actually https://github.com/webpack-contrib/extract-text-webpack-plugin/issues/767 has the same symptoms
Any suggestions so far?) Is it a bug, or should I use something else?
Cool! So, it is a confirmed webpack4 bug and it will be fixed in near future?