Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent Babel from running its regenerator transform, avoiding the kn…
…own [regenerator unsafe-eval issue](facebook/regenerator#378). As far as I could tell our code is not relying on `yield` or generator functions (`function*`), so this should be safe. daily-js and the call machine successfully build. I validated that the change in this commit allowed me to remove the `globalThis.regeneratorRuntime = undefined` workaround from our Modern Wordfare demo.
- Loading branch information