Skip to content

talex-touch/unplugin-export-plugin

Repository files navigation

TalexTouch # PluginExporter

NPM version

Export unplugin for talex-touch.

Install

npm i @talex-touch/unplugin-export-plugin

Next in your vite.config.js or vite.config.ts

Vite

import TouchPluginExport from '@talex-touch/unplugin-export-plugin/vite'

export default defineConfig({
  plugins: [
    ....,
    TouchPluginExport()
  ],
})

Description

Auto Generate Manifest

It will automatically generate a manifest.json when you build.

Auto Wrap Project -> Plugin

Generate a touch-plugin file on the build folder!

For more about it, see the source code.

Inspiration

Inspired by vite

Thanks

Thanks to @antfu's template

Contact

You could contact us through TalexDreamSoul@Gmail.com