aiao-io/aiao

View on GitHub
apps/dev-elements-react/src/polyfills.ts

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Polyfill stable language features. These imports will be optimized by `@babel/preset-env`.
 *
 * See: https://github.com/zloirock/core-js#babel
 */
import 'core-js/stable';
import 'regenerator-runtime/runtime';