Skip to content
Snippets Groups Projects
polyfills.ts 218 B
Newer Older
  • Learn to ignore specific revisions
  • Sivan Duijn's avatar
    Sivan Duijn committed
    /**
     * 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';