polyfill String.matchAll for IE11

See https://github.com/babel/babel/issues/10816
Don't really understand how or why this works, but it did
This commit is contained in:
Bruno Windels 2021-05-31 13:04:03 +02:00
parent 57288f75b0
commit f8f1d49c56

View file

@ -213,7 +213,7 @@ async function buildJsLegacy(mainFile, extraFiles, importOverrides) {
"@babel/preset-env",
{
useBuiltIns: "entry",
corejs: "3",
corejs: "3.4",
targets: "IE 11",
// we provide our own promise polyfill (es6-promise)
// with support for synchronous flushing of