You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alexdlaird
changed the title
Improve webpack.config.js usage or get rid of it entirely
Eject project and customize webpack, babelrc, and eslint if necessary
Feb 20, 2018
The solution here (though we may not ever need to do it) is to first "eject" from using react-scripts: https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#npm-run-eject
Once this is done, we'll want to cleanup what we have and possibly merge it with these other Babel and eslint configs:
^ .babelrc
https://github.com/joshuaslate/mkrn-starter/blob/master/app/.eslintrc
The text was updated successfully, but these errors were encountered: