Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(build): swap in tsdx * Fix now-incorrect use of createAction * Silence ts-jest warnings about unused variables * Fix up types in tests enough to pass * Fix UMD config to match existing behavior - Removed "externals" so that all libs get bundled in - Fixed dev UMD output file name * Tweak devtools options setup to hopefully work better in IE11 * 0.9.0-alpha.0 * Fix CJS output - Removed wrong filename causing CJS dev build to be overwritten - Change package `main` field to point to CJS index file * Update TSDX to latest * Add api-extractor * Update dist inclusion and typings file * Revert "Tweak devtools options setup to hopefully work better in IE11" This reverts commit 0be4ea9. Apparently IE11 doesn't support Object.assign(). Oops! * Update Immer to 4.0 * Update redux-thunk to latest * Silence a bizarre TSLint "rule not found" error Prevents a whole bunch of repeats of this error: Definition for rule '@typescript-eslint/no-angle-bracket-type-assertion' was not found @typescript-eslint/no-angle-bracket-type-assertion * Remove api-extractor * Try to fix CI failures under TS 3.3/3.4, attempt 1 * 0.9.0-alpha.1
- Loading branch information