Fix a few bugs in reducers/channels, start adding tests
This commit is contained in:
parent
307c83958a
commit
35e2ea39f1
5 changed files with 993 additions and 44 deletions
|
@ -8,6 +8,9 @@
|
|||
"development": {
|
||||
"plugins": ["react-hot-loader/babel"]
|
||||
},
|
||||
"test": {
|
||||
"plugins": ["transform-es2015-modules-commonjs"]
|
||||
},
|
||||
"production": {
|
||||
"plugins": [
|
||||
"transform-react-inline-elements",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue