Skip to content

Commit 0cee421

Browse files
author
dongfengtao
committed
fix: 活体检测
1 parent b51b149 commit 0cee421

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/guard-core-v4/babel.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,9 @@ module.exports = {
66
}
77
}],
88
'@babel/preset-react'
9+
],
10+
plugins: [
11+
'@babel/plugin-proposal-optional-chaining',
12+
'@babel/plugin-proposal-nullish-coalescing-operator'
913
]
1014
}

0 commit comments

Comments
 (0)