-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
imagemin error #7
Comments
I encountered same problem,It can be compressed successfully locally,but failed in jenkins: In local: In jenkins: |
I have been having this issue for a few weeks, I tried disabling the svgo section of my vite.config.js and I am back in business... |
同样是不起作用,测试了几个项目都是不起作用。不知道该怎么给你复现的demo |
oh,还是不行,都是ts配置才行吗 |
我也碰到这个问题了 |
请问这个问题有人解决吗 |
用yarn下载 |
jenkins打包遇到过,服务器内存溢出,报错信息还有一段这样的Command failed with ENOMEM |
I encountered this problem, the size of the picture cannot be compressed.
viteImagemin({ gifsicle: { optimizationLevel: 7, interlaced: false }, optipng: { optimizationLevel: 7 }, mozjpeg: { quality: 20 }, pngquant: { quality: [0.8, 0.9], speed: 4 }, svgo: { plugins: [ { name: "removeViewBox" }, { name: "removeEmptyAttrs", active: false } ] } })
The text was updated successfully, but these errors were encountered: