File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export default defineProject({
28
28
globals : {
29
29
// Map the external 'instant-meilisearch' import to 'instantMeilisearch' global variable,
30
30
// i.e. the package name defined in instant-meilisearch's build config
31
- 'instant-meilisearch' : 'instantMeilisearch'
31
+ 'instant-meilisearch' : 'instantMeilisearch' ,
32
32
} ,
33
33
// the following code enables Vite in UMD mode to extend the global object with all of
34
34
// the exports, and not just a property of it ( https://github.com/vitejs/vite/issues/11624 )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export default defineProject({
26
26
external : [ 'meilisearch' ] ,
27
27
output : {
28
28
globals : {
29
- ' meilisearch' : 'meilisearch'
29
+ meilisearch : 'meilisearch' ,
30
30
} ,
31
31
// the following code enables Vite in UMD mode to extend the global object with all of
32
32
// the exports, and not just a property of it ( https://github.com/vitejs/vite/issues/11624 )
You can’t perform that action at this time.
0 commit comments