Compile regular expressions using the s
(dotAll
) flag to ES5.
Which regular expression flags does the current environment support?
Compile regular expressions using the s
(dotAll
) flag to ES5.
Use @babel/plugin-transform-dotall-regex instead.