fix(polyfill): load babel/polyfill if it's not already loaded
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
if (!global._babelPolyfill) {
|
||||
require('babel/polyfill');
|
||||
}
|
||||
|
||||
import crud, { associations } from './crud';
|
||||
import url from 'url';
|
||||
import qs from 'qs';
|
||||
|
Reference in New Issue
Block a user