0.2.13 • Published 2 years ago
@talex-touch/unplugin-export-plugin v0.2.13
TalexTouch # PluginExporter
Export unplugin for talex-touch.
Install
npm i @talex-touch/unplugin-export-pluginNext 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
Contact
You could contact us through TalexDreamSoul@Gmail.com