kolodny / safetest

MIT License
1.38k stars 34 forks source link

Optimize lodash imports for tree shaking #2

Closed vmitchell closed 9 months ago

vmitchell commented 9 months ago

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

kolodny commented 9 months ago

Thanks!