Merge pull request #22 from edencore/patch-1
fix(babel): replace window with global
This commit is contained in:
commit
c45c832f97
@ -1,4 +1,4 @@
|
|||||||
if (!window._babelPolyfill) {
|
if (!global._babelPolyfill) {
|
||||||
require('babel-polyfill');
|
require('babel-polyfill');
|
||||||
}
|
}
|
||||||
import API from './functions/api';
|
import API from './functions/api';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user