Skip to content

Commit

Permalink
Update UMD builds (#161)
Browse files Browse the repository at this point in the history
* Add additional Rollup plugins

* Rework UMD build process to fix multiple issues

- Added replace of "process" usage in dev build to fix crashes
- Added minified production UMD build
- Restructured conditional import of immutable middleware so that
  each build works correctly:
  - CJS/ESM: use conditional require in dev/prod, with shaking
  - UMD Dev: use import statement to pull in middleware
  - UMD Prod: drop middleware completely
  • Loading branch information
markerikson authored Jul 18, 2019
1 parent c0eaac6 commit 3fc5edd
Show file tree
Hide file tree
Showing 4 changed files with 233 additions and 201 deletions.
Loading

0 comments on commit 3fc5edd

Please sign in to comment.