Fix: correct babel-polyfill version
This installs the babel-polyfill for babel 6. #oops
This commit is contained in:
parent
6ad9df2db1
commit
db86507ef9
@ -1,5 +1,5 @@
|
||||
if (!global._babelPolyfill) {
|
||||
require('babel/polyfill');
|
||||
require('babel-polyfill');
|
||||
}
|
||||
|
||||
import crud, { associations } from './crud';
|
||||
|
Loading…
Reference in New Issue
Block a user