dashboard: remove bundle.js

This commit is contained in:
Kurkó Mihály 2018-01-08 18:13:11 +02:00
parent dc46748ce3
commit 8cfb146d31
3 changed files with 2 additions and 38147 deletions

2
.gitignore vendored
View file

@ -38,4 +38,4 @@ profile.cov
/dashboard/assets/flow-typed
/dashboard/assets/node_modules
/dashboard/assets/stats.json
/dashboard/assets/public/bundle.js
/dashboard/assets/bundle.js

File diff suppressed because one or more lines are too long

View file

@ -47,7 +47,7 @@ const deepCopy = (prev: mixed) => {
//
// Since the messages have the same shape as the state content, this approach allows
// the generalization of the message handling. The only necessary thing is to set a
// handler function for every path of the state in order to maximalize the flexibility
// handler function for every path of the state in order to maximize the flexibility
// of the update.
const deepUpdate = (prev: mixed, update: mixed, handler: mixed) => {
if (typeof update === 'undefined') {