You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

4 lines
293 B

// Export `__non_webpack_require__` in Webpack environments to make sure it doesn't bundle modules loaded via this method
export default typeof (global as any).__non_webpack_require__ === 'function'
? (global as any).__non_webpack_require__
: eval('require'); // tslint:disable-line:no-eval