Skip to content

Commit

Permalink
clean up babel messages when testing (#5419)
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Soderberg <eric.soderberg@hpe.com>
  • Loading branch information
Lukazovic and ericsoderberghp committed Jul 13, 2021
1 parent 4b1359f commit 8bb9bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"presets": ["./tools/grommet-babel-preset-es2015", "@babel/preset-react"],
"plugins": [
["styled-components", { "useDisplayName": false }],
"@babel/plugin-proposal-class-properties"
["@babel/plugin-proposal-class-properties", { "loose": true }]
],
"env": {
"es6": {
Expand Down

0 comments on commit 8bb9bff

Please sign in to comment.