Skip to content

Commit

Permalink
fix: downgrading image-webpack-loader to fix linux arch bug (#147)
Browse files Browse the repository at this point in the history
There’s a documented issue in “imagemin-gifsicle” where a recent update (5.0.0) removed the binaries for linux distributions:

imagemin/gifsicle-bin#113

This causes it to explode in CI via our direct dependency on image-webpack-loader.  The 7.0.0 version of image-webpack-loader relies on version 5 of gifsicle.  If we downgrade back to 6.0.0, we get gifsicle 4.0.1 instead, which still has the binaries.
  • Loading branch information
davidjoy authored Dec 17, 2020
1 parent 631fde3 commit 395283b
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 424 deletions.
Loading

0 comments on commit 395283b

Please sign in to comment.