9 lines
No EOL
287 B
TypeScript
9 lines
No EOL
287 B
TypeScript
import * as loader from "./targets/app";
|
|
import * as loader_base from "./loader/loader";
|
|
window["loader"] = loader_base;
|
|
/* let the loader register himself at the window first */
|
|
setTimeout(loader.run, 0);
|
|
|
|
export {};
|
|
|
|
//window.__REACT_DEVTOOLS_GLOBAL_HOOK__.inject = function () {};
|