Hacker News new | ask | show | jobs
by ashishb 1594 days ago
The latest version of webpack removed polyfill, this broke another dependency, and i had to downgrade the react version to fix that!

Nothing like this did I ever see in the go or kotlin world.

2 comments

If you depend on a specific behaviour why dont you pin your react version?
I learnt that much later. Apparently the current version of webpack that you get by following the official react project setup is missing certain polyfills!
Couldn't you have pinned your dependency and / or installed from a lockfile?