-
fix(core): move resolving plugins back to main thread (#29176)
发布于
2024-12-04 15:05:43 +00:00 Current Behavior
Resolving custom plugins to their paths to be loaded involves loading
our default plugins. When plugin isolation, this loads the default
plugins for each and every plugin worker.Expected Behavior
Resolution of the plugins is the same and easily serializable to send to
the worker. Resolving plugins on the main thread allows Nx to reuse the
default plugins and decrease the memory usage greatly.Related Issue(s)
Fixes #
下载附件