fix: 去掉多余的 babel-polyfill

This commit is contained in:
zwjamnsss 2017-08-04 15:15:28 +08:00
parent 2efcd4841e
commit cf544d4a0e

View File

@ -1,5 +1,4 @@
import React from 'react'
import 'babel-polyfill'
import thunkMiddleware from 'redux-thunk'
import promiseMiddleware from 'redux-promise';
import ReactDOM from 'react-dom'