mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-03 08:05:37 +00:00
fix(maintenance): fix maintenance image build (#9473)
This commit is contained in:
parent
cd866f55c2
commit
7431c4685c
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user