mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
fc946c5f72
Currently when we transpile the HMR update module, we use the project's compiler options verbatim. This appears to break down with some module types, whereas we have to use a native export. These changes override the compiler options to ensure that the user's options don't end up breaking HMR. Fixes #60795. PR Close #60797