github withastro/astro @astrojs/preact@3.3.0

latest releases: astro@4.11.3, astro@4.11.2, @astrojs/studio@0.1.1...
one month ago

Minor Changes

  • #10938 fd508a0 Thanks @florian-lefebvre! - Adds a devtools option

    You can enable Preact devtools in development by setting devtools: true in your preact() integration config:

    import { defineConfig } from 'astro/config';
    import preact from '@astrojs/preact';
    
    export default defineConfig({
      integrations: [preact({ devtools: true })],
    });

Don't miss a new astro release

NewReleases is sending notifications on new releases.