script-server icon indicating copy to clipboard operation
script-server copied to clipboard

Webpack fails to build the project from scratch

Open bugy opened this issue 6 years ago • 2 comments

If you clone project from scratch and try to npm build:prod it, it fails with a webpack error, about missing core-js module

bugy avatar May 08 '19 06:05 bugy

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

bugy avatar Jan 05 '20 11:01 bugy

This was fixed as a part of dependencies version upgrades as a vulnerability fix in e1726588

bugy avatar Feb 25 '23 19:02 bugy