Skip to content

A Vite plugin for compressing and converting images to WebP format during the build process.

License

Notifications You must be signed in to change notification settings

filway/vite-plugin-webp-compress

Repository files navigation

Vite Plugin WebP Compress

A Vite plugin for compressing and converting JPG and PNG images to WebP format during the build process.

Installation

Install the plugin via npm, yarn, or pnpm:

npm install vite-plugin-webp-compress --save-dev
# or
yarn add vite-plugin-webp-compress --dev
# or
pnpm add vite-plugin-webp-compress -D

Usage

Add the plugin to your Vite config:

import VitePluginWebpCompress from 'vite-plugin-webp-compress';

export default {
  plugins: [
    VitePluginWebpCompress()
  ]
}

Options

This plugin currently doesn't have any configurable options.

About

A Vite plugin for compressing and converting images to WebP format during the build process.

Resources

License

Stars

Watchers

Forks

Packages

No packages published