Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eject project and customize webpack, babelrc, and eslint if necessary #3

Closed
alexdlaird opened this issue Feb 20, 2018 · 1 comment
Closed

Comments

@alexdlaird
Copy link
Member

alexdlaird commented 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:

{
  "presets": [
    "env",
    "react",
    "stage-3",
  ]
}

^ .babelrc

https://github.com/joshuaslate/mkrn-starter/blob/master/app/.eslintrc

@alexdlaird alexdlaird self-assigned this Feb 20, 2018
@alexdlaird 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
@alexdlaird
Copy link
Member Author

Closing, as the Helium project is not currently active.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant