mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 23:26:30 +08:00
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';
|