(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', 'canvas',
'sharp', 'sharp',
], ],
plugins: [yamlPlugin()],
}, },
esbuild: { esbuild: {
options: esBuildOptions, options: esBuildOptions,