Files
CHOMPStation2/tgui/packages/tgui-polyfill/index.js
2022-05-29 17:45:10 +00:00

16 lines
394 B
JavaScript

/**
* @file
* @copyright 2020 Aleksej Komarov
* @license MIT
*/
// NOTE: There are numbered polyfills, which are baked and injected directly
// into `tgui.html`. See how they're baked in `package.json`.
import 'core-js/es';
import 'core-js/web/immediate';
import 'core-js/web/queue-microtask';
import 'core-js/web/timers';
import 'regenerator-runtime/runtime';
import 'unfetch/polyfill';