/** @type {import('@maizzle/framework').Config} */
export default {
build: {
content: ['emails/**/*.html'],
output: {
path: 'build_production',
},
},
css: {
inline: true,
purge: true,
shorthand: true,
},
prettify: true,
}
Environment
MarkdownCopyright © 2026 Maizzle OÜBrand policy
Edit this page on GitHub