0.0.2 • Published 3 years ago
@alxmtr/vite-plugin-posthtml v0.0.2
vite-plugin-posthtml
Install
npm i @alxmtr/vite-plugin-posthtml
Usage
Edit your vite.config.js
file:
import posthtmlPlugin from '@alxmtr/vite-plugin-posthtml'
export default {
plugins: [
posthtmlPlugin({
options: {
// ...
},
plugins: [
// ...
],
}),
],
}