Deploying Angular2 on IIS without installing WebPackserver

94 Views Asked by At

I have a Angular2 app which i need to deploy on IIS server. We are looking at bundling the app to reduce the no of calls for resources and also to minify the app for reducing it's size.
I have read few articles on webpack tool and they suggest that app can be reduced but there is no physical bundle published to disk by webpack. Rather bundle is streamed in memory and is injected into html at runtime. Webpack server is recommended for this purpose, however i have limitation of hosting app only on IIS.
So is webpack unsuited for this and do i need to bundle using grunt? I have searched online several times but there is no definitive answer.Plz Share your thoughts.

0

There are 0 best solutions below