Fixed Docker build breaking due to webpack-image=loader (#486)

This commit is contained in:
Harshil Sharma 2021-05-27 18:03:28 +05:30 committed by GitHub
parent 359462b125
commit fe6b0d04b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 248 additions and 1484 deletions

1726
webapp/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -24,6 +24,12 @@
},
"dependencies": {
"emoji-mart": "^3.0.1",
"imagemin-gifsicle": "^7.0.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-pngquant": "^9.0.2",
"imagemin-svgo": "^8.0.0",
"imagemin-webp": "^6.0.0",
"marked": ">=2.0.1",
"moment": "^2.29.1",
"nanoevents": "^5.1.13",