6d5a2b00fc634563158bee58697231228499266003cba18779e77959cbb0d1f9c27afefc27c27b65ba57b5ffb14e9780ea9e456baf3abbc11a8903663a48fd 419 B

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