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({
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 )
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments