fix babelrc to handle logical assignment ops

This commit is contained in:
Maximilian Schneider 2021-06-16 12:05:03 -04:00
parent 02183890ef
commit bfebd8a900
2 changed files with 3 additions and 2 deletions

View File

@ -12,6 +12,7 @@
],
"plugins": [
"babel-plugin-macros",
"@babel/plugin-proposal-logical-assignment-operators",
["styled-components", { "ssr": true }],
"@emotion/babel-plugin"
]

View File

@ -2522,9 +2522,9 @@ boolbase@^1.0.0, boolbase@~1.0.0:
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
"borsh@git+https://github.com/defactojob/borsh-js.git#field-mapper":
"borsh@https://github.com/defactojob/borsh-js#field-mapper":
version "0.3.1"
resolved "git+https://github.com/defactojob/borsh-js.git#33a0d24af281112c0a48efb3fa503f3212443de9"
resolved "https://github.com/defactojob/borsh-js#33a0d24af281112c0a48efb3fa503f3212443de9"
dependencies:
"@types/bn.js" "^4.11.5"
bn.js "^5.0.0"