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 2, 2021
1 parent e3e1ec9 commit 2669a16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"presets": ["./tools/grommet-babel-preset-es2015", "@babel/preset-react"],
"plugins": [
["styled-components", { "useDisplayName": false }],
"@babel/plugin-proposal-class-properties"
["@babel/plugin-proposal-private-methods", { "loose": false }],
["@babel/plugin-proposal-class-properties", { "loose": false }]
],
"env": {
"es6": {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-proposal-pipeline-operator": "^7.14.5",
"@babel/plugin-proposal-private-methods": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@storybook/addon-storysource": "^6.2.9",
Expand Down

0 comments on commit 2669a16

Please sign in to comment.