Skip to content

Commit c6fe10a

Browse files
committed
Use UNPKG
1 parent 6a63ae0 commit c6fe10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/sandbox/eval/npm/fetch-npm-module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function normalizeJSDelivr(
6969
return fileObject;
7070
}
7171

72-
const TEMP_USE_JSDELIVR = true;
72+
const TEMP_USE_JSDELIVR = false;
7373

7474
function getUnpkgUrl(name: string, version: string) {
7575
const nameWithoutAlias = name.replace(/\/\d*\.\d*\.\d*$/, '');

0 commit comments

Comments
 (0)