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
991 stars 96 forks source link

Add to existing app #80

Closed dschinkel closed 7 years ago

dschinkel commented 7 years ago

is there a way to apply this to an existing create-react-app? I'd like to be able to add an .env file so I could start using it in an existing app...

saalihou commented 7 years ago

Yes apparently: https://github.com/kitze/custom-react-scripts/issues/30

dschinkel commented 7 years ago

thanks. I ultimately went this route: https://www.codementor.io/daveschinkel13/running-mocha-enzyme-with-creat-react-app-84flnngkk

dschinkel commented 7 years ago

I'll update my blog post to put a good mention in for custom-react-scripts as well

kitze commented 7 years ago

Thanks @dschinkel 👌