Skip to content

Commit 17b666a

Browse files
committed
Run style:fix
1 parent 0e4d0d7 commit 17b666a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/autocomplete-client/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default defineProject({
2828
globals: {
2929
// Map the external 'instant-meilisearch' import to 'instantMeilisearch' global variable,
3030
// i.e. the package name defined in instant-meilisearch's build config
31-
'instant-meilisearch': 'instantMeilisearch'
31+
'instant-meilisearch': 'instantMeilisearch',
3232
},
3333
// the following code enables Vite in UMD mode to extend the global object with all of
3434
// the exports, and not just a property of it ( https://github.com/vitejs/vite/issues/11624 )

packages/instant-meilisearch/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default defineProject({
2626
external: ['meilisearch'],
2727
output: {
2828
globals: {
29-
'meilisearch': 'meilisearch'
29+
meilisearch: 'meilisearch',
3030
},
3131
// the following code enables Vite in UMD mode to extend the global object with all of
3232
// the exports, and not just a property of it ( https://github.com/vitejs/vite/issues/11624 )

0 commit comments

Comments
 (0)