Skip to content

Consider UMD build for node packages #1855

@markboyall

Description

@markboyall

I'd like to suggest including a UMD build in the npm packages for redux-devtools.

Why? To cut a long story short, we have a very large Typescript project. We are using AMD modules because these are the only ones Typescript supports with -outFile. Using an external bundler to transpile or bundle modules makes the build take unconscionably long; Typescript alone is already 40sec+ and the bundler takes even longer than this on top. Having only ES6 or CJS modules makes life pretty complicated for us. It would be a lot simpler to handle as UMD.

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