Skip to content

Commit

Permalink
clean up babel messages when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukazovic committed Jul 13, 2021
1 parent e3e1ec9 commit ff928c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
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 ff928c0

Please sign in to comment.