-
Notifications
You must be signed in to change notification settings - Fork 48
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
How to use this babel plugin in latest create-react-app ? #87
Comments
Hi, just found out put instead of put those code inside babel.rc, I can put those code in package.json.
and will require to install eslint, then, add those code in package.json to configure eslint.
|
@popcornkiller1088 that's a good information for others, I think we should add this to README. Thanks ;). |
Where did you read this? I tried, and any babel configuration in the package.json file gets ignored. |
My answer is 1 years ago, I think the create-react-app might have change their way of configure things |
I ended up using this: https://github.com/timarney/react-app-rewired And this (using it's It works fine (so issue can be closed); though I do wish |
Try to use this plugin in create react app, I run npm eject but that's no .babelrc file, just a config folder with some webpack config.
The text was updated successfully, but these errors were encountered: