1.0.4 • Published 11 months ago

vite-plugin-just-svgo v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

vite-plugin-just-svgo

Simple vite plugin for svg files optimization. Compatible with any frontend framework.
Just optimize all svg files in an outDir folder via svgo. Nothing more.

// vite.config.js
import { defineConfig } from 'vite';
import justSvgo from 'vite-plugin-just-svgo';

export default defineConfig({
   plugins: [justSvgo()],
});
1.0.4

11 months ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago