Skip to content

Commit 63c3e56

Browse files
committed
move polyfill import to place
1 parent a10b372 commit 63c3e56

File tree

1 file changed

+2
-2
lines changed
  • packages/react-scripts/template/src

1 file changed

+2
-2
lines changed

packages/react-scripts/template/src/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import React from 'react';
2-
import ReactDOM from 'react-dom';
31
// Include the default polyfills to enable modern javascript features
42
// in legacy browsers. Learn more: http://bit.ly/2Bt1Yjk
53
import './polyfills';
4+
import React from 'react';
5+
import ReactDOM from 'react-dom';
66
import './index.css';
77
import App from './App';
88
import * as serviceWorker from './serviceWorker';

0 commit comments

Comments
 (0)