Skip to content

budarin/vite-plugin-webmanifest

Repository files navigation

vite-plugin-webmanifest

By default, Vite does not analyze or modify webmanifest, so it does not emit the icons it references.

The plugin analyzes the webmanifest and emits icons from it, and also modifies the paths to these icons in the manifest itself.

Install

# npm
npm i @budarin/vite-plugin-webmanifest -D

# yarn
yarn add @budarin/vite-plugin-webmanifest -D

# pnpm
pnpm add @budarin/vite-plugin-webmanifest -D

Usage

Add webmanifest plugin to vite.config.mjs / vite.config.mts and configure it:

import { webmanifestPlugin } from '@budarin/vite-plugin-webmanifest';

export default {
    plugins: [webmanifestPlugin()],
};

License

MIT

About

Vite plugin for proper generating webmanifest with its icons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published