We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a63ae0 commit c6fe10aCopy full SHA for c6fe10a
packages/app/src/sandbox/eval/npm/fetch-npm-module.js
@@ -69,7 +69,7 @@ function normalizeJSDelivr(
69
return fileObject;
70
}
71
72
-const TEMP_USE_JSDELIVR = true;
+const TEMP_USE_JSDELIVR = false;
73
74
function getUnpkgUrl(name: string, version: string) {
75
const nameWithoutAlias = name.replace(/\/\d*\.\d*\.\d*$/, '');
0 commit comments