We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b51b149 commit 0cee421Copy full SHA for 0cee421
1 file changed
packages/guard-core-v4/babel.config.js
@@ -6,5 +6,9 @@ module.exports = {
6
}
7
}],
8
'@babel/preset-react'
9
+ ],
10
+ plugins: [
11
+ '@babel/plugin-proposal-optional-chaining',
12
+ '@babel/plugin-proposal-nullish-coalescing-operator'
13
]
14
0 commit comments