Skip to content

Commit

Permalink
[Babel] Disable .babelrc inheritance
Browse files Browse the repository at this point in the history
This behaviour is going to change in 6.x. In 6.x Babel will break on the first .babelrc it finds.
  • Loading branch information
oliviertassinari committed Nov 10, 2015
1 parent 79b0092 commit 2a16e58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"breakConfig": true,
"stage": 1,
"plugins": [
"dev-expression"
Expand Down

0 comments on commit 2a16e58

Please sign in to comment.