create-react-app uses webpack 4 so compression-webpack-plugin needs to be locked to version 6.1.1.

This commit is contained in:
Proddy
2021-04-10 16:18:01 +02:00
parent 47a401b66e
commit 8071fe04bc
2 changed files with 41 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
"@types/react-material-ui-form-validator": "^2.1.0",
"@types/react-router": "^5.1.13",
"@types/react-router-dom": "^5.1.7",
"compression-webpack-plugin": "^7.1.2",
"compression-webpack-plugin": "^6.1.1",
"express": "^4.17.1",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",