withastro/astro
withastro/astro
Activity
Last release
Open issues
Open PRs
License
release notes
release notes
Published 2 weeks ago
Contains new features#15862 06fba3a Thanks @crutchcorn! - Adds support for passing a Babel config to the Preact Vite Plugin:
// astro.config.mjs
import { defineConfig } from 'astro/config';
import preact from '@astrojs/preact';
export default defineConfig({
integrations: [
preact({
babel: {
generatorOpts: {
importAttributesKeyword: 'with',
},
},
}),
],
});
release notes
Published 2 weeks ago
Contains new features#15862 06fba3a Thanks @crutchcorn! - Adds support for passing a Babel config to the Preact Vite Plugin:
// astro.config.mjs
import { defineConfig } from 'astro/config';
import preact from '@astrojs/preact';
export default defineConfig({
integrations: [
preact({
babel: {
generatorOpts: {
importAttributesKeyword: 'with',
},
},
}),
],
});
The web framework for content-driven websites. ⭐️ Star to support our work!