5fecd09c5cca1037f787d574aee9b35ae60792fcf863ba025c513bb81307c9896ac21cd7a6adb15054f5aced252f8fadb91a3c6650a6be55a3b199169bea66 396 B

12345678910111213141516171819
  1. # @babel/plugin-transform-unicode-regex
  2. > Compile ES2015 Unicode regex to ES5
  3. See our website [@babel/plugin-transform-unicode-regex](https://babeljs.io/docs/babel-plugin-transform-unicode-regex) for more information.
  4. ## Install
  5. Using npm:
  6. ```sh
  7. npm install --save-dev @babel/plugin-transform-unicode-regex
  8. ```
  9. or using yarn:
  10. ```sh
  11. yarn add @babel/plugin-transform-unicode-regex --dev
  12. ```