Skip to content

Commit

Permalink
fix: build process to transpile syntax-nullish-coalescing-operator
Browse files Browse the repository at this point in the history
  • Loading branch information
dobromir-hristov committed Mar 29, 2023
1 parent 163c345 commit e7d3205
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ module.exports = {
}]
],
plugins: [
'@babel/plugin-proposal-object-rest-spread'
'@babel/plugin-proposal-object-rest-spread',
'@babel/plugin-proposal-nullish-coalescing-operator'
],
comments: false,
env: {
Expand Down

0 comments on commit e7d3205

Please sign in to comment.