Skip to content

Commit

Permalink
move polyfill import to place
Browse files Browse the repository at this point in the history
  • Loading branch information
andriijas committed Feb 12, 2018
1 parent a10b372 commit 63c3e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-scripts/template/src/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import React from 'react';
import ReactDOM from 'react-dom';
// Include the default polyfills to enable modern javascript features
// in legacy browsers. Learn more: http://bit.ly/2Bt1Yjk
import './polyfills';
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import App from './App';
import * as serviceWorker from './serviceWorker';
Expand Down

0 comments on commit 63c3e56

Please sign in to comment.