treosh / lighthouse-ci-action

Audit URLs using Lighthouse and test performance with Lighthouse CI.
MIT License
1.16k stars 82 forks source link

Removes lodash #5

Closed orta closed 4 years ago

orta commented 4 years ago

Less dependencies is less dependencies ⚡️

You can verify the replacement function here: https://codesandbox.io/s/interesting-glade-6ebhp

orta commented 4 years ago

Cool setup BTW, tsconfig with JS so you don't need a transpile for the node run

alekseykulikov commented 4 years ago

thanks 👍, the Lighthouse is a dependency, which is huge, but node_modules are cached anyway.