mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
7 lines
136 B
JavaScript
7 lines
136 B
JavaScript
require('core-js/stable');
|
|
require('regenerator-runtime/runtime');
|
|
|
|
if (typeof window !== 'undefined') {
|
|
require('whatwg-fetch');
|
|
}
|