chore: output ascii only standalone minified bundle (#11672)
This commit is contained in:
parent
a3f00896f7
commit
8a98ec9877
@ -96,6 +96,10 @@ function buildRollup(packages) {
|
|||||||
extraPlugins.push(
|
extraPlugins.push(
|
||||||
rollupTerser({
|
rollupTerser({
|
||||||
include: /^.+\.min\.js$/,
|
include: /^.+\.min\.js$/,
|
||||||
|
// workaround https://bugs.webkit.org/show_bug.cgi?id=212725
|
||||||
|
output: {
|
||||||
|
ascii_only: true,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user