microsoft/Typedoc-Webpack-Plugin

Rationale for using typedoc with WebPack rather than as standalone?

zachlysobey opened this issue · 0 comments

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!!!