effect icon indicating copy to clipboard operation
effect copied to clipboard

Investigate optimized build setups (e.g. bundling/code-splitting/tree-shaking etc)

Open schickling opened this issue 3 years ago • 0 comments

We should investigate optimized build setups for Effect CLI apps e.g. using bundling techniques that leverage code-splitting and tree-shaking on a per-command basis. e.g. printing the top-level help command shouldn't yet load all the code for the actual commands etc (see the Oclif docs).

schickling avatar Feb 01 '22 10:02 schickling