-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
96f733a
commit d2fe46b
Showing
3 changed files
with
68 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters