Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update babel to not use node target, but instead polyfill behavior fr…
…om corejs 3. the useBuiltIns option is set to usage to polyfill functionally each time it is used, as opposed to entry (which is polyfilled once). This is only needed for testing purposes to keep async functions complacent in the jQuery $.ajax handler. Once jQuery is removed, target: node can likely be used without issue.
- Loading branch information