praetorian-inc / chariot-ui

Chariot Offensive Security Platform
https://preview.chariot.praetorian.com
MIT License
15 stars 6 forks source link

Removes package lodash, creates wrappers #22

Closed harshita2405 closed 3 weeks ago

harshita2405 commented 3 weeks ago

Summary

This PR removes the lodash package and creates our own wrapper functions in lodash.util.ts

Context

This will reduce our dependency on lodash. Lodash once added, it adds a huge chunk in the bundle build size. Reduces ~547.12KB (11%)

Before

image