mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
bbd0cbfacf
This commit updates Terser config to disable property renaming for the event delegation script (that we later inline into the HTML during SSR). The problem is that event dispatcher relies on some functions on the EventContract class to have original names after after minification, we loose an ability to call those functions. PR Close #55502