Skip to content

Commit

Permalink
add terser webpack plugin to fix failed deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidun committed Nov 24, 2021
1 parent f7450b3 commit da15cc0
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 52 deletions.
176 changes: 125 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
"react-redux": "^7.1.1",
"redux": "^4.0.4",
"redux-mock-store": "^1.5.3",
"redux-saga": "^1.0.5"
"redux-saga": "^1.0.5",
"terser-webpack-plugin": "^5.2.5"
}
}

0 comments on commit da15cc0

Please sign in to comment.