vega-frontend-monorepo/apps/explorer/src/polyfills.ts

8 lines
218 B
TypeScript
Raw Normal View History

2022-02-15 14:12:27 +00:00
/**
* 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';