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

Add support for using .babelrc in the app root. #493

Merged
merged 7 commits into from
Dec 26, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove additional example usage.
  • Loading branch information
arunoda committed Dec 23, 2016
commit bbc8a88767988f36ca28ca7c059f07593825883e
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,11 +458,6 @@ module.exports = {

### Customizing babel config

<p><details>
<summary><b>Examples</b></summary>
<ul><li><a href="./examples/with-styled-components">Styled components custom document</a></li></ul>
</details></p>

In order to extend our usage of `babel`, you can simply define a `.babelrc` file in the root of your app.
If found, we'll use it. Here's an example `.babelrc` file:

Expand Down