mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Remove babel-polyfill.
This commit is contained in:
parent
4e54844577
commit
43854bccc4
2 changed files with 0 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
require('./main.scss');
|
||||
|
||||
import 'babel-polyfill';
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import { Provider } from 'react-redux';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue