polyfills.js 108 B

123
  1. import '@babel/polyfill';
  2. import 'core-js/modules/es.promise';
  3. import 'core-js/modules/es.promise.finally';