Created by: ikondrat
Hey everybody
workbox-webpack-plugin messed up the dependencies and installs uncompatible with workbox-webpack-plugin workbox-build
E.g. workbox-webpack-plugin 6.1.5 requires workbox-build 6.1.5 But installs latest one which is 6.2.4 at the moment
It leads to the failing npm run start
Workarround To lock workbox-build version as well for workbox-webpack-plugin
Other solution can be to use any kind of lock file (yarn, npm) for the react-scripts at least