Skip to content

Use modularized imports for lodash #502

Description

There is a version of lodash, that does not need to be prebuilt. You can easily require the submodul you need in your code. And then browserify will filter out unrequired code.
https://www.npmjs.com/browse/keyword/lodash-modularized

For example isArray: https://www.npmjs.com/package/lodash.isarray

That would make it much easier to use snowplow itself as an npm module.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions