treeche icon indicating copy to clipboard operation
treeche copied to clipboard

Tree-shakable Checker for web frontend bundle size tuning

Results 3 treeche issues
Sort by recently updated
recently updated
newest added

When I give the program a specific file it crashes with the error ``` TypeError: traverse is not a function at replaceImportWithDummy (node_modules/treeche-core/lib/replaceImportWithDummy/mod.js:9:5) ``` Looking into it, the problem is...

The main entrypoint file (packages/node-cli/src/cli.ts) is missing a node shebang line: `#!/usr/bin/env node`. Without this line running `npx treeche` fails because it tries to run it as a shell script,...

Just so you know, the [npm page](https://www.npmjs.com/package/treeche) for this package doesn't have a README (though it did up until v0.1.5), and it also doesn't have a link to this repository.