Skip to content

Commit

Permalink
Remove babel-polyfill.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Dec 5, 2016
1 parent 4e54844 commit 43854bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion src/ui_framework/doc_site/src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require('./main.scss');

import 'babel-polyfill';
import React from 'react';
import ReactDOM from 'react-dom';
import { Provider } from 'react-redux';
Expand Down

0 comments on commit 43854bc

Please sign in to comment.