I want to use Ionic to create a PWA website. This website will be used on both desktop and mobile devices, and hosted on IIS (pure web - no “native” app).
In the deploying (https://ionicframework.com/docs/intro/deploying/) section of the documentation I only see it’s discussed about building for iOS and Android.
How can I build for PWA (just web) for production using AOT compiling?
How can I set the build location?
Thanks