Skip to content

Commit

Permalink
chore: update es-module-shims path
Browse files Browse the repository at this point in the history
  • Loading branch information
mashaal committed Sep 11, 2023
1 parent f34283d commit 87275ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server.ts
Expand Up @@ -23,7 +23,7 @@ const defaultOptions = {
mode: (modeFromEnv || "development") as Mode,
enableEsModuleShims: true,
esModuleShimsPath:
"https://ga.jspm.io/npm:es-module-shims@1.6.2/dist/es-module-shims.js",
"https://ga.jspm.io/npm:es-module-shims@1.8.0/dist/es-module-shims.js",
};

export async function createServer<
Expand Down

0 comments on commit 87275ce

Please sign in to comment.