Switch to redux and webpack
This commit is contained in:
parent
b247287075
commit
e389454535
97 changed files with 2722 additions and 2656 deletions
5
client/src/js/store/index.js
Normal file
5
client/src/js/store/index.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
if (__DEV__) {
|
||||
module.exports = require('./store.dev');
|
||||
} else {
|
||||
module.exports = require('./store.prod');
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue