Skip to content

Commit

Permalink
fix(FEC-10354): Languages and Settings menus failed to be opened by c…
Browse files Browse the repository at this point in the history
…lick (#534)
  • Loading branch information
Dan Ziv committed Aug 2, 2020
1 parent 44cc57b commit 6378e73
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"@babel/plugin-transform-flow-strip-types",
"@babel/plugin-transform-property-mutators",
"@babel/plugin-proposal-object-rest-spread",
[
"@babel/plugin-transform-spread",
{
"loose": true
}
],
[
"@babel/plugin-proposal-decorators",
{
Expand All @@ -22,10 +28,11 @@
[
"@babel/plugin-transform-react-jsx",
{
"pragma": "h"
"pragma": "h",
"pragmaFrag": "Fragment"
}
],
"@babel/plugin-transform-classes"
],
"presets": ["@babel/preset-env"]
"presets": ["@babel/preset-env", "@babel/preset-flow"]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/plugin-transform-property-mutators": "^7.10.4",
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@babel/plugin-transform-spread": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-flow": "^7.10.4",
"@babel/register": "^7.10.5",
Expand Down

0 comments on commit 6378e73

Please sign in to comment.