require babel/polyfill

This commit is contained in:
Mahdi Dibaiee
2015-07-05 22:59:24 +04:30
parent 3730e8308f
commit a4b45ded0a
3 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,4 @@
import 'babel/polyfill';
import ReadStream from './readstream';
import operators from './operators';
import constants from './constants';