Created by: Timer
Babel was compiling async/generators incorrectly in dependency using just preset-env
. We need to rewrite these to use the non-global regenerator and apply other tweaks from the application configuration.
On a side note, it took me forever to figure out there was some bad actor in Yarn Workspaces/Babel that required me to git clean -fdx && yarn install
every time I changed dependencies.js
. Troubleshooting this took ages because of that.