@payloadcms/bundler-vite
v0.1.7
Published
The officially supported Vite bundler adapter for Payload
Downloads
4,470
Maintainers
Keywords
Readme
Payload Vite Adapter
Official Vite adapter for Payload.
Installation
npm install @payloadcms/bundler-vite
Usage
import { buildConfig } from 'payload/config'
import { viteBundler } from '@payloadcms/bundler-vite'
export default buildConfig({
bundler: viteBundler(),
// ...rest of config
})
More detailed usage can be found in the Payload Docs.