We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb547e3 commit eb9c158Copy full SHA for eb9c158
scripts/buckle_lto.js
@@ -27,7 +27,7 @@ var regexp = RegExp(
27
}
28
return result;
29
})
30
- .flat()
+ .reduce((x,y)=>x.concat(y))
31
.join("|")}`,
32
"g"
33
);
0 commit comments