Bundle css into js for posthog

- should fix rendering of navbar in session recordings
- tested using Dev build, let's see what happens
This commit is contained in:
Mattias Granlund 2023-12-16 11:24:27 +01:00
parent 884420e618
commit eada859f6f

View File

@ -12,7 +12,8 @@ const config = {
precompress: true,
strict: false
})
}
},
compilerOptions: { css: 'injected' }
};
export default config;