Skip to content

Commit 47fa37e

Browse files
committed
Format file
1 parent 03681fc commit 47fa37e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

vite.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default defineConfig({
99
vue(),
1010
ViteYaml(),
1111
vueDevTools({
12-
appendTo: 'app/assets/main.ts',
12+
appendTo: 'app/assets/main.ts'
1313
})
1414
],
1515
server: {
@@ -35,13 +35,13 @@ export default defineConfig({
3535
css: {
3636
preprocessorOptions: {
3737
less: {
38-
relativeUrls: "all",
39-
},
40-
},
38+
relativeUrls: 'all'
39+
}
40+
}
4141
},
4242
// Force optimization of UiKit in dev mode to avoid to avoid the error:
4343
// "importing binding name 'default' cannot be resolved by star export entries"
4444
optimizeDeps: {
45-
include: ['uikit', 'uikit/dist/js/uikit-icons', 'limax'],
45+
include: ['uikit', 'uikit/dist/js/uikit-icons', 'limax']
4646
}
4747
})

0 commit comments

Comments
 (0)