0.2.13 • Published 2 years ago

@talex-touch/unplugin-export-plugin v0.2.13

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

0.2.13

2 years ago

0.2.12

2 years ago

0.2.11

2 years ago

0.2.10

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago