We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10b372 commit 63c3e56Copy full SHA for 63c3e56
packages/react-scripts/template/src/index.js
@@ -1,8 +1,8 @@
1
-import React from 'react';
2
-import ReactDOM from 'react-dom';
3
// Include the default polyfills to enable modern javascript features
4
// in legacy browsers. Learn more: http://bit.ly/2Bt1Yjk
5
import './polyfills';
+import React from 'react';
+import ReactDOM from 'react-dom';
6
import './index.css';
7
import App from './App';
8
import * as serviceWorker from './serviceWorker';
0 commit comments