makenowjust-labs/recheck

Bundle size is 6mb

Closed this issue · 2 comments

Hi!

This is my first time using recheck. When bundling, the output seems to turn out to be 6.8mb for just this package.

Does this package really need to bundle all what it's currently bundling? Is there something one can do reduce the bundle size?

Recheck contains Unicode tables for parsing and interpreting Unicode-class correctly, so the bundle size is large. Unfortunately, there is no option to drop this Unicode table from the bundle. Sorry.

Thanks! Closing this issue then.