Y
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
qmmmur
1594 days ago
If you depend on a specific behaviour why dont you pin your react version?
link
ashishb
1594 days ago
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!
link
jbreckmckye
1594 days ago
Couldn't you have pinned your dependency and / or installed from a lockfile?
link