-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
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
Labels
No labels