-
image-webpack-loader是一款用于webpack的图像加载器模块
资源介绍
image-webpack-loader
用于webpack的图像加载器模块
使用PNG,JPEG,GIF,SVG和WEBP图像
输出的问题应在imagemin上报告。
安装
$ npm install image-webpack-loader --save-dev
安装在容器中
node:12-buster
无需其他准备工作。 所有依赖项将自动编译。 由于图像较大(〜1 GB),因此不建议使用。
node:12-buster-slim
准备脚本:
apt-get update
apt-get install -y --no-install-recommends autoconf automake g++ libpng-dev make
推荐的容器图片。
node:12-alpine
准备脚本:
apk add --no-cache autoconf automake fil