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
+4425 -259
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
+1
View File
@@ -1,3 +1,4 @@
import 'babelify/polyfill';
import React from 'react'; import React from 'react';
import Root from 'components/root'; import Root from 'components/root';
import store from 'store'; import store from 'store';