build(docs-infra): pin terser to 4.3.2 to avoid optimization bug (#32923)

This commit pins terser to version 4.3.2 (instead of 4.3.4 which it is
currently resolved to) to avoid this bug: terser/terser#470

See https://github.com/angular/angular/pull/32923#issuecomment-537370090
for more details.

PR Close #32923
This commit is contained in:
George Kalpakas
2019-10-02 12:56:22 +03:00
committed by atscott
parent 7c9219f029
commit ad753d3fa7
3 changed files with 12 additions and 25 deletions
+6 -6
View File
@@ -4,8 +4,8 @@
"uncompressed": {
"runtime-es5": 2990,
"runtime-es2015": 2996,
"main-es5": 500653,
"main-es2015": 457297,
"main-es5": 500621,
"main-es2015": 455736,
"polyfills-es5": 142383,
"polyfills-es2015": 52608
}
@@ -16,8 +16,8 @@
"uncompressed": {
"runtime-es5": 2990,
"runtime-es2015": 2996,
"main-es5": 501393,
"main-es2015": 458422,
"main-es5": 501361,
"main-es2015": 456861,
"polyfills-es5": 142383,
"polyfills-es2015": 52608
}
@@ -28,8 +28,8 @@
"uncompressed": {
"runtime-es5": 3100,
"runtime-es2015": 3106,
"main-es5": 482744,
"main-es2015": 448708,
"main-es5": 482632,
"main-es2015": 437453,
"polyfills-es5": 142383,
"polyfills-es2015": 52608
}