Skip to content

Commit

Permalink
Turn off .babelrc usage (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzherdev authored and mxstbr committed Jul 27, 2016
1 parent 6d7741e commit 88363b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config/babel.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ module.exports = {
'babel-plugin-syntax-trailing-function-commas',
'babel-plugin-transform-class-properties',
'babel-plugin-transform-object-rest-spread'
].map(require.resolve)
].map(require.resolve),
babelrc: false
};
3 changes: 2 additions & 1 deletion config/babel.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ module.exports = {
'babel-plugin-transform-class-properties',
'babel-plugin-transform-object-rest-spread',
'babel-plugin-transform-react-constant-elements'
].map(require.resolve)
].map(require.resolve),
babelrc: false
};

0 comments on commit 88363b1

Please sign in to comment.