Skip to content

Provide ESM option with tree-shakable exports #79

@dolsem

Description

@dolsem

It would be nice to provide an ESM version of the package, especially for those who use bundlers like Webpack, and add sideEffects: false to package.json, so that if I, say, use import { objectify } from 'radash' in my code, my bundler only includes that function's definition in my bundle, without all the extra stuff.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions