Remove babel-polyfill.

This commit is contained in:
CJ Cenizal 2016-12-05 15:47:42 -08:00
parent 4e54844577
commit 43854bccc4
2 changed files with 0 additions and 2 deletions

View file

@ -92,7 +92,6 @@
"babel": "5.8.38",
"babel-core": "5.8.38",
"babel-loader": "5.3.2",
"babel-polyfill": "6.9.1",
"babel-runtime": "5.8.38",
"bluebird": "2.9.34",
"body-parser": "1.12.0",

View file

@ -1,6 +1,5 @@
require('./main.scss');
import 'babel-polyfill';
import React from 'react';
import ReactDOM from 'react-dom';
import { Provider } from 'react-redux';