fix build: Add babel/polyfill

This commit is contained in:
Mahdi Dibaiee 2015-09-07 18:40:38 +04:30
parent ab9908f44c
commit 6f609ff25e
3 changed files with 4426 additions and 259 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -1,3 +1,4 @@
import 'babelify/polyfill';
import React from 'react';
import Root from 'components/root';
import store from 'store';