2018-06-15 10:13:20 -04:00

20 lines
406 B
Markdown

# @babel/plugin-transform-unicode-regex
> Compile ES2015 Unicode regex to ES5
See our website [@babel/plugin-transform-unicode-regex](https://babeljs.io/docs/en/next/babel-plugin-transform-unicode-regex.html) for more information.
## Install
Using npm:
```sh
npm install --save @babel/plugin-transform-unicode-regex
```
or using yarn:
```sh
yarn add --save @babel/plugin-transform-unicode-regex
```