microsoft / IIS.WebManager

Web Manager for managing IIS
Other
157 stars 52 forks source link

Fix build for WAC. The default flavor is wac now #522

Closed yaqiyang closed 2 years ago

yaqiyang commented 2 years ago

--env=wac was required to build the project for WAC, but it should never have worked since it is not passed to "gulp build"

Updated some packages with security issues. Changed angular/core back to 7.1.1. There will be too many changes if we update the angular/core to the newest release.

There are still security warnings. But they are all about packages in development time, no security issues for runtime packages. Due to the very complicated dependency structure, it is too much work to eliminate all security warnings in development time.