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 has been archived by the owner on Nov 22, 2024. It is now read-only.
Currently we set --bundleDependencies all in the default schematics.
This is causing issues in certain libraries that don't bundle well. See #1207, #1195
The workaround is to go back to --bundleDependencies to 'none' and ship all of node_modules.
But it might be worthwhile to explore whether we can expose some mechanism to add certain imports as 'external' in the server builder config so that only those node_modules can be selectively shipped (Though that is up to the user to do that correctly)
The text was updated successfully, but these errors were encountered:
Currently we set --bundleDependencies all in the default schematics.
This is causing issues in certain libraries that don't bundle well. See #1207, #1195
The workaround is to go back to --bundleDependencies to 'none' and ship all of node_modules.
But it might be worthwhile to explore whether we can expose some mechanism to add certain imports as 'external' in the server builder config so that only those node_modules can be selectively shipped (Though that is up to the user to do that correctly)
The text was updated successfully, but these errors were encountered: