Skip to content

Commit

Permalink
fix(babel): fix of the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavio Corpa committed Oct 4, 2020
1 parent 65f8b41 commit ac88c2c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"plugins": ["@babel/plugin-proposal-nullish-coalescing-operator"],
"env": {
"test": {
"plugins": [
"@babel/plugin-proposal-nullish-coalescing-operator",
"@babel/plugin-transform-modules-commonjs"
]
"plugins": ["@babel/plugin-transform-modules-commonjs"]
}
}
}

0 comments on commit ac88c2c

Please sign in to comment.