You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@babel/plugin-transform-runtime does not inject RegExp polyfills, they are available only in the global version. OK, I see that @vue/cli-plugin-babel/preset exports @vue/babel-preset-app that somehow injects global version of core-js.
Hi. In corejs 3.15.0 version, regexp polifill does not work properly.
I am using corejs polyfill in ie11.
A sample script is as follows.
In version 3.14, the following matching values were found for the same script.
My project's babel.config.js looks like this:
Version 3.15.0
The text was updated successfully, but these errors were encountered: