Starting nest without swagger plugin takes around 1.5s in my application, while with the plugin, it takes around 20s.
Using --watch, the rebuild takes 80ms without the plugin and 3s with it.
It would be a great dx improvement if we could run the application locally without the plugin enabled, as we won't need swagger docs for most our dev time.
If splitting start/build is not feasible, we could add an environment variable that would allow us to skip the plugin if we want to.
Running using monorepo + webpack + @nestjs/swagger (although which plugin used isn't the issue here).