|
@@ -1,5 +1,11 @@
|
|
|
+require("babel-core/external-helpers");
|
|
|
+
|
|
|
import 'reflect-metadata';
|
|
|
|
|
|
+if (!(<any>global)._babelPolyfill) {
|
|
|
+ require('babel-polyfill');
|
|
|
+}
|
|
|
+
|
|
|
import { ServiceIdentifiers } from './container/ServiceIdentifiers';
|
|
|
|
|
|
import { Chance } from 'chance';
|