Don't minify themes
Some checks failed
/ release (push) Has been cancelled
testing / backend-checks (push) Has been cancelled
testing / frontend-checks (push) Has been cancelled
testing / test-unit (push) Has been cancelled
testing / test-e2e (push) Has been cancelled
testing / test-remote-cacher (redis) (push) Has been cancelled
testing / test-remote-cacher (valkey) (push) Has been cancelled
testing / test-remote-cacher (garnet) (push) Has been cancelled
testing / test-remote-cacher (redict) (push) Has been cancelled
testing / test-mysql (push) Has been cancelled
testing / test-pgsql (push) Has been cancelled
testing / test-sqlite (push) Has been cancelled
testing / security-check (push) Has been cancelled

This commit is contained in:
Minecon724 2025-05-11 10:06:46 +00:00
commit 64d6bd3aef
Signed by: Minecon724
GPG key ID: A02E6E67AB961189

View file

@ -156,6 +156,7 @@ export default {
minify: true,
css: true,
legalComments: 'none',
exclude: [new RegExp(`css\\/(${Object.keys(themes).join('|')})\\.css$`)],
}),
],
splitChunks: {