aidenybai / aidenybai/pattycake
Using Vite (V5) requires plugin opts.
Open
- Dominant language
- TypeScript
- Stars
- 871
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
import { defineConfig } from 'vite'
import pattycake from 'pattycake'
// typescript wants pattycake.vite(options)
export default defineConfig({
plugins:[ pattycake.vite() ]
})
// the options type HirCodegenOpts just has a bool for chaining so i fixed it as such
export default defineConfig({
plugins:[ pattycake.vite({disableOptionalChaining: true}) ]
})
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.