1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

Compoundify the templates

This commit is contained in:
Quentin Gliech
2023-09-01 14:42:38 +02:00
parent 34874b800b
commit 7a9a873271
19 changed files with 242 additions and 74 deletions

View File

@ -36,9 +36,10 @@ export default defineConfig((env) => ({
assetsInlineLimit: 0,
sourcemap: true,
modulePreload: false,
// We don't handle CSS code splitting well yet, so we disable it for now
// This means we have to load all the CSS through the `style.css` virtual entrypoint
cssCodeSplit: false,
// We don't exactly handle CSS code splitting well if we're lazy loading components.
// We disabled lazy loading for now, but we should fix this at some point.
cssCodeSplit: true,
rollupOptions: {
input: [