integrating immer

This commit is contained in:
Ken
2019-01-30 14:33:48 -08:00
parent a61d89ea14
commit c44af2a38f
7 changed files with 82 additions and 31 deletions

View File

@@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development",
"start": "webpack-dev-server --mode development --progress",
"build": "webpack --mode production"
},
"keywords": [],
@@ -28,6 +28,7 @@
"react": "^16.7.0",
"react-dom": "^16.7.0",
"redux": "^4.0.1",
"react-redux": "^6.0.0"
"react-redux": "^6.0.0",
"immer": "^1.12.1"
}
}