Fixes for babel-polyfill #17

Merged
joeybaker merged 3 commits from fix-babel-polyfill into master 2016-08-30 05:18:20 +00:00
Showing only changes of commit db86507ef9 - Show all commits

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';