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 8, 2020. It is now read-only.
I'm using the 2.0.0 of the project templates to create a new Angular app and have configured it to use server side rendering as described here.
The package/publish takes a very long time to copy the node_modules directory to the publish directory, and the upload/deployment process takes even longer. I'm not sure it even works with Azure App Services. I zipped the outputs and used Kudu zip deploy. It uploaded OK, but the Kudu deployment process is stuck at 50% after 10 minutes.
I was curious about the rationale for including the entire node_modules directory instead of bundling with Webpack. I saw @SteveSandersonMS 's comment on issue #429, but that looks out of date. Any advice on what to do about these issues, or will server-side bundling be supported?
The text was updated successfully, but these errors were encountered:
@craigsmitham We're awaiting a fix for angular/angular-cli#8616. I don't know of any ETA for that but you could contact the Angular CLI folks and ask for it to be prioritised.
I'm using the 2.0.0 of the project templates to create a new Angular app and have configured it to use server side rendering as described here.
The package/publish takes a very long time to copy the
node_modules
directory to the publish directory, and the upload/deployment process takes even longer. I'm not sure it even works with Azure App Services. I zipped the outputs and used Kudu zip deploy. It uploaded OK, but the Kudu deployment process is stuck at 50% after 10 minutes.I was curious about the rationale for including the entire node_modules directory instead of bundling with Webpack. I saw @SteveSandersonMS 's comment on issue #429, but that looks out of date. Any advice on what to do about these issues, or will server-side bundling be supported?
The text was updated successfully, but these errors were encountered: