(nuxt) add yaml rollup plugin to nitro (apparently, iconsMetadata.ts gets built even when not imported in server context)

This commit is contained in:
Valentyne Stigloher 2025-08-10 11:34:57 +02:00
parent 80d69535f5
commit 7403e97478

View File

@ -103,6 +103,7 @@ export default defineNuxtConfig({
'canvas',
'sharp',
],
plugins: [yamlPlugin()],
},
esbuild: {
options: esBuildOptions,