Repository URL to install this package:
|
Version:
2.0.21 ▾
|
if (global.ENV === undefined) {
global.ENV = {
// [Symbol.for('@@EMPTY')]: true,
};
}
// only require babel in standalone build
// !global._babelPolyfill && process.env.IS_STANDALONE_GRAPHQL
// if (!global._babelPolyfill && typeof regeneratorRuntime === 'undefined') {
// require('@babel/polyfill')
// // # babelrc
// // @todo https://github.com/babel/babel-preset-env/issues/92
// // issue is, we transpile async functions in modules, and have to import regenerator for them
// // we should import the async code directly
// // ```json
// // ["@babel/plugin-transform-regenerator", {
// // "asyncGenerators": false,
// // "generators": false,
// // "async": false
// // }],
// // ```
// // require('@babel/polyfill')
// // require('@babel/register')
// require('regenerator-runtime/runtime')
// }
require('./devEnv');
// require('./console')
require('./requestMiddleware');
//# sourceMappingURL=index.js.map