Skip to content

Commit

Permalink
Allow to find and merge .babelrc into default config (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
zamotany authored and satya164 committed Oct 11, 2017
1 parent 9d39068 commit e0e90d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/getBabelConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ module.exports = function getBabelConfig(cwd: string) {
}

return Object.assign({}, babelrc, {
babelrc: false,
plugins: [require.resolve('./fixRequireIssues')]
.concat(
process.env.NODE_ENV === 'production'
Expand Down

0 comments on commit e0e90d6

Please sign in to comment.