Skip to content

Commit 7fddb72

Browse files
committed
Set useUnicodeFlag to false for more compatibility, see slevithan#247 (comment)
1 parent bebcf44 commit 7fddb72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"plugins": [
3-
"@babel/plugin-proposal-unicode-property-regex",
3+
["@babel/plugin-proposal-unicode-property-regex", { "useUnicodeFlag": false }],
44
[
55
"@babel/plugin-transform-runtime",
66
{

0 commit comments

Comments
 (0)