Skip to content

Commit 8071fe0

Browse files
committed
create-react-app uses webpack 4 so compression-webpack-plugin needs to be locked to version 6.1.1.
1 parent 47a401b commit 8071fe0

File tree

2 files changed

+41
-5
lines changed

2 files changed

+41
-5
lines changed

interface/package-lock.json

+40-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

interface/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@types/react-material-ui-form-validator": "^2.1.0",
1313
"@types/react-router": "^5.1.13",
1414
"@types/react-router-dom": "^5.1.7",
15-
"compression-webpack-plugin": "^7.1.2",
15+
"compression-webpack-plugin": "^6.1.1",
1616
"express": "^4.17.1",
1717
"jwt-decode": "^3.1.2",
1818
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)