Update babel&corejs fix the process for updating js libraries #981
Labels
enhancement
evaluation needed
proposal needs to be validated or tested before fully implementing it in k6
help wanted
high prio
js-compat
maintenance
performance
refactor
tests
ux
The current babel that we used is babel-standalone 6.26.0. (Fun thing the commit (0d465bf) adds it is 2 months and 10 days younger than the code by ... the commit date 🤷♂️ ). Now 7.0+ has standalone built in.
We should also update core-js (whatever version it currently is) , but given the write up by the core-js author maybe we can just go by with babel.
There are a couple of problems:
The text was updated successfully, but these errors were encountered: