Skip to content

Commit

Permalink
Fix umd module name to avoid conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Sep 9, 2021
1 parent 94be330 commit 0010a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default {
{
dir: "umd",
format: "umd",
name: "SolidClient",
name: "SolidClientVc",
},
],
plugins: [
Expand All @@ -57,5 +57,5 @@ export default {
},
}),
],
external: ["cross-fetch"],
external: ["cross-fetch", "http-link-header"],
};

0 comments on commit 0010a72

Please sign in to comment.