benkeen/generatedata

Drop all DT config.ts files

benkeen opened this issue · 1 comments

These files shouldn't be necessary. The bundle.ts files should be able to export everything, then webpack will do whatever tree-shaking is necessary to prevent bloat.

But check the bundle sizes before and after 4.1 to compare.

Closing. I tried this but it caused the same circular dependency problems when I tried including the generate methods in the same bundle file.