v3.2.7
ClarkXia
released this
10 Jul 02:29
·
329 commits
to master
since this release
- Feat: support htmlGenerating to control html generation #6346
export default defineConfig(() => ({
// Configrate htmlGenerating to disable html generation.
htmlGenerating: false,
});