script-server
script-server copied to clipboard
Webpack fails to build the project from scratch
If you clone project from scratch and try to npm build:prod it, it fails with a webpack error, about missing core-js module
I guess it works or not, depending on latest library versions in NPM repo. To address this issue, it would be better to freeze dependencies versions with each release
This was fixed as a part of dependencies version upgrades as a vulnerability fix in e1726588