Skip to content

Commit

Permalink
fix(Bubble): invalid name for analytics (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini authored Sep 16, 2024
1 parent 1a08557 commit 1575d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui-bubble/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { commonViteConfigForComponent } from "../../configuration/vite.common";

export default commonViteConfigForComponent({
globalComponentName: "__VERSINI_UI_ANCHOR__",
globalLibraryName: "UIAnchor",
globalComponentName: "__VERSINI_UI_BUBBLE__",
globalLibraryName: "UIBubble",
});

0 comments on commit 1575d09

Please sign in to comment.