angular/packages/core/primitives
Andrew Kushnir bbd0cbfacf refactor(core): disable property renaming for the event dispatch script (#55502)
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
2024-04-24 10:32:35 -07:00
..
event-dispatch refactor(core): disable property renaming for the event dispatch script (#55502) 2024-04-24 10:32:35 -07:00
signals refactor: migrate core/primitives to prettier formatting (#55387) 2024-04-17 15:55:32 -07:00