Skip to content

v3.2.7

Compare
Choose a tag to compare
@ClarkXia ClarkXia released this 10 Jul 02:29
· 329 commits to master since this release
ae705c0
  • Feat: support htmlGenerating to control html generation #6346
export default defineConfig(() => ({
  // Configrate htmlGenerating to disable html generation.
  htmlGenerating: false,
});
  • Fix: alias for type declaration #6360
  • Fix: compilation config not extended #6342
  • Fix: add warning log for mutate suspense data directly #6351
  • Chore: add user config comments #6347
    image
  • Fix: relative id in pipe transform #6340
  • Fix: compile error when use plugin-rax-compat #6362