Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2024-06-10 15:21:23 +00:00
parent b8b8dbb171
commit 9992316681
312 changed files with 3915 additions and 1061 deletions

View File

@ -66,7 +66,6 @@ export function viteTailwindCompilerPlugin({ shouldWatch = true }) {
return {
name: 'gitlab-tailwind-compiler',
async configureServer() {
await ensureCSSinJS();
return build({ shouldWatch });
},
};