fix(maintenance): fix maintenance image build (#9473)

This commit is contained in:
Ulf Gebhardt 2026-04-01 05:03:26 +02:00 committed by GitHub
parent cd866f55c2
commit 7431c4685c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,11 +49,7 @@ export default defineNuxtConfig({
},
},
build: {
rollupOptions: {
// Exclude pre-built UI library from Rollup re-bundling in production
// (minified tailwind-merge variable `h` collides with Vue's `h`)
external: [/^@ocelot-social\/ui(?!.*\.css)/],
},
minify: 'esbuild',
},
},
eslint: {