Code style update (const, arrow functions)
Created by: tuchk4
Started here - https://github.com/facebookincubator/create-react-app/pull/1433#discussion_r104329257
(only for packages/react-scripts)
- If arrow functions are already used maybe switch others functions to arrow ?
- Same for
var->const. For example:-
test.js - only
constis used -
start.js - only
varis used -
webpack.config.prod.js both
varandconstare used
-
test.js - only