Browser: Use polyfill to support Object.assign in IE11 (#3942)

This commit is contained in:
Rushan
2017-03-22 02:18:07 +05:30
committed by Harshavardhana
parent 97dc34fe06
commit fbfb4fc5a0
3 changed files with 9 additions and 10 deletions

View File

@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import 'babel-polyfill'
import './less/main.less'
@@ -44,7 +45,6 @@ import Web from './js/web'
window.Web = Web
import storage from 'local-storage-fallback'
const store = applyMiddleware(thunkMiddleware)(createStore)(reducer)
const Browse = connect(state => state)(_Browse)
const Login = connect(state => state)(_Login)