fix(babel): replace window with global
I'm pretty sure that here should be `global` instead of `window`. Does `window` work for you? I have a ReferenceError.
This commit is contained in:
parent
ef12125190
commit
4ddcb20807
@ -1,4 +1,4 @@
|
||||
if (!window._babelPolyfill) {
|
||||
if (!global._babelPolyfill) {
|
||||
require('babel-polyfill');
|
||||
}
|
||||
import API from './functions/api';
|
||||
|
Loading…
Reference in New Issue
Block a user