0.0.9 • Published 7 months ago

arg-mdi-vite v0.0.9

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

Install

npm i arg-mdi-vite -D 

# yarn 
yarn add arg-mdi-vite -D

# pnpm 
pnpm add arg-mdi-vite -D

Usage

Add argMdiVite plugin to vite.config.js / vite.config.ts and configure it:

// vite.config.js / vite.config.ts
import argMdiVite from 'arg-mdi-vite'

export default {
  plugins: [
    argMdiVite([
        {
            target: 'assets/ics.scss', // the content of this file will be auto-generated. It should never be edited manually!
            mdiIcons: [
                'check',
                'person:two-tone',
                'info:round'
            ],
            watch: {
                directory: 'assets/svg', // new files inside these directory will be added to 'target' (only files with defined 'extensions')
                extensions: ['svg'],
            },
        }
    ])
  ]
}

License

MIT License © 2023-PRESENT Mazlum Ozdogan

0.0.9

7 months ago

0.0.8

7 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago