You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

webpack-image-resize-plugin

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-image-resize-plugin

Webpack plugin to resize image assets

0.0.1
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

webpack-webp-convert-plugin

이미지들을 webp로 변환해주는 webapck plugin

누구나 따라할 수 있게 쉽게 구현

Support

Only webpack 5

Before

이미지사이즈 전

After

스크린샷 2021-08-28 오후 6 51 02

Usage

yarn add -D webpack-webp-convert-plugin
// webpack.config.js
const WebpConvertPlugin = require("webpack-webp-convert-plugin");
...
plugins: [new WebpConvertPlugin(),]
...

Keywords

webpack

FAQs

Package last updated on 28 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts