Skip to content

Commit

Permalink
chore: output ascii only standalone minified bundle (#11672)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jun 4, 2020
1 parent a3f0089 commit 8a98ec9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gulpfile.js
Expand Up @@ -96,6 +96,10 @@ function buildRollup(packages) {
extraPlugins.push(
rollupTerser({
include: /^.+\.min\.js$/,
// workaround https://bugs.webkit.org/show_bug.cgi?id=212725
output: {
ascii_only: true,
},
})
);
}
Expand Down

0 comments on commit 8a98ec9

Please sign in to comment.