mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Remove gulp-imagemin
(#10435)
This package hasn't been used since #8140, which dropped it for being too slow and of minimal benefit. We should consider re-adding this as a CI check to ensure images are optimized, but I don't think it should be re-added to the build process itself.
This commit is contained in:
parent
932794a5dd
commit
8a76dcc18a
@ -234,7 +234,6 @@
|
||||
"get-port": "^5.1.0",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-autoprefixer": "^5.0.0",
|
||||
"gulp-imagemin": "^6.1.0",
|
||||
"gulp-livereload": "4.0.0",
|
||||
"gulp-rename": "^2.0.0",
|
||||
"gulp-rtlcss": "^1.4.0",
|
||||
@ -289,9 +288,6 @@
|
||||
"lavamoat": {
|
||||
"allowScripts": {
|
||||
"node-sass": true,
|
||||
"optipng-bin": true,
|
||||
"gifsicle": true,
|
||||
"jpegtran-bin": true,
|
||||
"chromedriver": true,
|
||||
"geckodriver": true,
|
||||
"@sentry/cli": true,
|
||||
|
Loading…
Reference in New Issue
Block a user