Urara-Blog/node_modules/.pnpm-store/v3/files/5a/6df860dee901c52a151ff92b8cfd26e124963fc364fd9588d8567d5a67161ec13997e19b7d62f36af135853386d560e9814c951bcf29bb6901b4c84902f7d4
2022-08-14 01:14:53 +08:00

19 lines
424 B
Text

# @babel/plugin-transform-dotall-regex
> Compile regular expressions using the `s` (`dotAll`) flag to ES5.
See our website [@babel/plugin-transform-dotall-regex](https://babeljs.io/docs/en/babel-plugin-transform-dotall-regex) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/plugin-transform-dotall-regex
```
or using yarn:
```sh
yarn add @babel/plugin-transform-dotall-regex --dev
```