Using core-js and regenerator-runtime instead of babel-polyfill.

This commit is contained in:
David Joy
2020-01-10 14:27:15 -05:00
parent 69f5abb040
commit ebff3e142c
4 changed files with 30 additions and 10 deletions

View File

@@ -1 +1,2 @@
import 'babel-polyfill';
import 'core-js/stable';
import 'regenerator-runtime/runtime';