Skip to content

Commit

Permalink
[sigma] Fixes bundle global name
Browse files Browse the repository at this point in the history
This commit is related to #1450.
The global exported object is now properly named `Sigma`, instead of
`sigma`.
  • Loading branch information
jacomyal committed Aug 29, 2024
1 parent 2536a3b commit a61c21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sigma/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from "vite";
export default defineConfig({
build: {
lib: {
name: "sigma",
name: "Sigma",
entry: "./src/index-bundle.ts",
fileName: () => "sigma.min.js",
formats: ["umd"],
Expand Down

0 comments on commit a61c21e

Please sign in to comment.