Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 726 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 726 Bytes

npm package node compatility

⚡️💡 VitePostHTML

import posthtml from '@vituum/vite-plugin-posthtml'

export default {
  plugins: [
    posthtml()
  ]
}
  • Read the docs to learn more about the plugin options.
  • Use with Vituum to get multi-page support.

Requirements