* Import babel-plugin-transform-unicode-property-regex Original: https://github.com/mathiasbynens/babel-plugin-transform-unicode-property-regex Moving it into the official Babel repository makes it easier to maintain the transform. * Update package.json * Update README.md * fixup * fixup 2
8 lines
102 B
JSON
8 lines
102 B
JSON
{
|
|
"plugins": [
|
|
["transform-unicode-property-regex", {
|
|
"useUnicodeFlag": true
|
|
}]
|
|
]
|
|
}
|