This should address the lodash.pick security issue (which seems to actually be unused?) and also switch to the recommended way to import lodash libraries (piecemeal imports are deprecated: https://lodash.com/per-method-packages). If I understand this should not increase the size of the bundle.
Use full lodash library, update imports
This should address the lodash.pick security issue (which seems to actually be unused?) and also switch to the recommended way to import lodash libraries (piecemeal imports are deprecated: https://lodash.com/per-method-packages). If I understand this should not increase the size of the bundle.