Open smalldice opened 5 years ago
Can you share more details with version and commands .
Possibly related, I've started using this loader today and get the following error on Gitlab CI:
Error: Cannot find module 'imagemin-gifsicle'
Require stack:
- /frontend/node_modules/image-webpack-loader/index.js
...
It works fine on my local box.
do you have imagemin-gifsicle
in your devdep or dep ?
No, I thought this loader came bundled with the various imagemin plugins?
Actually this loader has them in optionalDependencies
so it never 100% assured that they will be installed if it's in optionalDependencies
. Its recommended to install them as devDep