Fix: correct babel-polyfill version

This installs the babel-polyfill for babel 6. #oops
This commit is contained in:
Joey Baker 2016-08-28 09:56:46 -07:00
parent 6ad9df2db1
commit db86507ef9

View File

@ -1,5 +1,5 @@
if (!global._babelPolyfill) { if (!global._babelPolyfill) {
require('babel/polyfill'); require('babel-polyfill');
} }
import crud, { associations } from './crud'; import crud, { associations } from './crud';