Skip to content

Release uses non-compiled version #32

Description

@rchl

Why are you compiling the code and at the same time have main set to uncompiled version?

"main": "lib/index.js",

That means that users are gonna use an uncompiled version if they import directly from the module.

Also, when using a compiled version, don't include original sources in released package to make the package smaller.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions