Thanks for building this! :tada: I've been putting off adding a memory leak test for one of my modules for a while, and this made it super easy.
This PR adds the package.jsonfiles array so that only required files are shipped as part of the module, which shrinks the bundle by 96%. Most of the reduction comes from not including docs/failing-test.png.
Thanks for building this! :tada: I've been putting off adding a memory leak test for one of my modules for a while, and this made it super easy.
This PR adds the
package.json
files
array so that only required files are shipped as part of the module, which shrinks the bundle by 96%. Most of the reduction comes from not includingdocs/failing-test.png
.Before:
After: