Skip to content

Commit 1fd7f89

Browse files
authored
Disable legacy 'harmony' option from uglifier_args (#20178)
* Disable legacy 'harmony' option from uglifier_args Fixes EDUENG-112 This patch eliminates the deprecated Uglifier warnings and improves build performance without affecting functionality. * Back out changes in API & tutorials docs They were breaking the build for those targets, and I can't test them locally.
1 parent 9896f22 commit 1fd7f89

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/current/_config_base.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ jekyll-minifier:
5858
remove_style_attributes: 'false'
5959
simple_boolean_attributes: 'false'
6060
simple_doctype: 'false'
61-
uglifier_args:
62-
harmony: 'true'
6361
jekyll_get_json:
6462
- data: cloud_api_releases
6563
json: https://cockroachlabs.cloud/assets/docs/api/manifest.json

0 commit comments

Comments
 (0)