microsoft / Typedoc-Webpack-Plugin

This is a plugin for the Webpack build system that will run Typedoc in order to generate API documentation.
65 stars 27 forks source link

Rationale for using typedoc with WebPack rather than as standalone? #22

Open zachlysobey opened 6 years ago

zachlysobey commented 6 years ago

I was thinking it might be nice to explain the pros/cons of using TypeDoc through WebPack rather than as standalone?

I assume that its mostly so the documentation can be generated at the same time -- sort of a consolidation thing?

Please correct me if I'm wrong, but keeping a separate TSDoc script that is run less frequently (maybe pre-commit or once per PR) would be nicer in some situations for build times, KISS, etc...?

Oh... and thank you M$ (and other contributors) for all the dope tools!!!