Skip to content

Commit

Permalink
Remove loose on babel preset env becasue it's breaking tests for Reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown committed Mar 28, 2020
1 parent a38fb37 commit baa4f1f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@ module.exports = {
['@babel/plugin-proposal-class-properties', { loose: true }],
'@babel/plugin-transform-runtime',
],
presets: [
['@babel/preset-env', { loose: true }],
'@babel/preset-react',
'@babel/preset-flow',
],
presets: ['@babel/preset-env', '@babel/preset-react', '@babel/preset-flow'],
};

0 comments on commit baa4f1f

Please sign in to comment.