5849ac3b1e034a938041105860348eb236fdfefe7ccef79d821359329d53f0fdc2e5e1a354c2a5d977d5222b6a233ce15def5f11f24d7200626a1bfd4ea125 421 B

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