kolodny / safetest

MIT License
1.31k stars 31 forks source link

Optimize lodash imports for tree shaking #2

Closed vmitchell closed 3 months ago

vmitchell commented 3 months ago

This PR replaces the general lodash import (import _ from 'lodash';) with specific named imports for only the methods used.

kolodny commented 3 months ago

Thanks!