kitze / custom-react-scripts

[DEPRECATED, use customize-cra] Allow custom config for create-react-app without ejecting
https://custom-react-scripts.netlify.com
MIT License
993 stars 97 forks source link

Removed semicolons causing issues #114 #121

Open jurosh opened 6 years ago

jurosh commented 6 years ago

Fixing issues with https://github.com/kitze/custom-react-scripts/issues/114

For me removing those semicolons fixed critical bug and app just works now, but please review because I do not understand this project deeply, so not sure why there were semicolons before - and if it's not working now because of some updated dependency or so.