0.1.2 • Published 8 months ago

unplugin-icons-helper v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

unplugin-icons-helper npm

Installation

npm i -D unplugin-icons-helper
// vite.config.ts
import IconsHelper from 'unplugin-icons-helper/vite'

export default defineConfig({
  plugins: [IconsHelper()]
})

// rollup.config.js
import IconsHelper from 'unplugin-icons-helper/rollup'

export default {
  plugins: [IconsHelper()]
}

// rolldown.config.js
import IconsHelper from 'unplugin-icons-helper/rolldown'

export default {
  plugins: [IconsHelper()]
}

// esbuild.config.js
import { build } from 'esbuild'

build({
  plugins: [require('unplugin-icons-helper/esbuild')()]
})

// webpack.config.js
module.exports = {
  /* ... */
  plugins: [require('unplugin-icons-helper/webpack')()]
}

0.1.2

8 months ago

0.1.1

10 months ago

0.1.0

10 months ago