Commit d639996
chore(build): swap in tsdx (#212)
* 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.11 parent c2a785c commit d639996
File tree
12 files changed
+4110
-2909
lines changed- src
12 files changed
+4110
-2909
lines changedThis file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | | - | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
8 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
9 | 15 | | |
10 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments