4ae410eaab
* feat: [console-lite] - change app name * feat: [console-lite] - change app name Co-authored-by: maciek <maciek@vegaprotocol.io>
8 lines
218 B
TypeScript
8 lines
218 B
TypeScript
/**
|
|
* 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';
|