link-check icon indicating copy to clipboard operation
link-check copied to clipboard

Decrease package size

Open mondeja opened this issue 1 year ago • 0 comments

Only include in the final package the files that are really used. This can be checked executing npm pack locally.

Before:

npm notice package size:  9.6 kB                                  
npm notice unpacked size: 38.0 kB

After:

npm notice package size:  6.5 kB                                  
npm notice unpacked size: 17.7 kB

mondeja avatar Aug 12 '24 14:08 mondeja