You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2025. It is now read-only.
The file replacement functionality should work for all types of files.
Currently, the file replacement functionality works only for TS files. More specifically - it works only for files that are part of the webpack compiler host.
Also, the webpack input filesystem host that's provided as an option of the AngularCompilerPlugin doesn't intercept any requests to html and css files or external packages, which contain JS (not TS) files.
Mention any other details that might be useful
That behavior is caused by the following method invocations, which turn off the usage of the provided host: