benkeen / generatedata

A powerful, feature-rich, random test data generator.
https://generatedata.com
2.21k stars 611 forks source link

Drop all DT config.ts files #801

Closed benkeen closed 1 year ago

benkeen commented 1 year ago

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.

benkeen commented 1 year ago

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