mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-07-21 23:37:47 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -73,7 +73,13 @@ export default defineConfig({
|
||||
},
|
||||
plugins: [
|
||||
fixedRubyPlugin,
|
||||
vue(),
|
||||
vue({
|
||||
template: {
|
||||
compilerOptions: {
|
||||
whitespace: 'preserve',
|
||||
},
|
||||
},
|
||||
}),
|
||||
graphql(),
|
||||
svgLoader({
|
||||
defaultImport: 'raw',
|
||||
|
Reference in New Issue
Block a user