Skip to content

Commit

Permalink
Disabling esm.sh provider because of a bug from the provider
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaKrishnaNamburu committed Dec 9, 2023
1 parent e277496 commit 4d43b35
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ export const availableProviders = [
"jsdelivr",
"skypack",
"unpkg",
"esm.sh",
/*
Disabling esm.sh provider for now. There is a bug for installing lit.
https://github.com/jspm/generator/issues/335
*/
// "esm.sh",
"jspm.io#system",
];

Expand Down

0 comments on commit 4d43b35

Please sign in to comment.