captcha icon indicating copy to clipboard operation
captcha copied to clipboard

export modules via the package json to enable better tree shaking

Open goastler opened this issue 2 years ago • 1 comments

goastler avatar Nov 24 '23 12:11 goastler

this needs to be done per package, exporting any individual components. E.g. the util package exports the lodash code as a single unit. It is a single module which can act as a library in its own right, so it should be exported itself. Chris has verified that this does get tree-shaken, so worthwhile doing!

goastler avatar Nov 24 '23 12:11 goastler

Prioritisation + complexity

HughParry avatar Jun 14 '24 14:06 HughParry