Skip to content

Commit

Permalink
disable flipComparisons babel minify plugin
Browse files Browse the repository at this point in the history
fixes #224
  • Loading branch information
quantizor committed Oct 23, 2018
1 parent 37de44b commit 4b2c526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ module.exports = {
],
'react',
'stage-2',
prod && 'minify',
prod && ['minify', { flipComparisons: false }],
].filter(Boolean),
};

0 comments on commit 4b2c526

Please sign in to comment.