Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2023-09-07 03:10:12 +00:00
parent d8f61f6383
commit b34fdc03bd
18 changed files with 188 additions and 33 deletions

View File

@ -73,7 +73,13 @@ export default defineConfig({
},
plugins: [
fixedRubyPlugin,
vue(),
vue({
template: {
compilerOptions: {
whitespace: 'preserve',
},
},
}),
graphql(),
svgLoader({
defaultImport: 'raw',