mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
18 lines
348 B
JavaScript
18 lines
348 B
JavaScript
/**
|
|
* @file
|
|
* @copyright 2020 Aleksej Komarov
|
|
* @license MIT
|
|
*/
|
|
|
|
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 './html5shiv';
|
|
import './ie8';
|
|
import './dom4';
|
|
import './css-om';
|
|
import './inferno';
|
|
import 'unfetch/polyfill';
|