Skip to content

Commit 462b0c7

Browse files
committed
chore - another attempt at caching vendor deps
1 parent 927baa8 commit 462b0c7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/vendor_deps.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ This is only used by vendor.sh and should not be imported by any other code.
1010
// for puppeteer
1111
import { dirname, join, SEP } from "https://deno.land/[email protected]/path/mod.ts";
1212
import puppeteer from "https://deno.land/x/[email protected]/mod.ts";
13-
import * as base64 from "https://deno.land/[email protected]/encoding/base64.ts";
13+
import * as _base64 from "https://deno.land/[email protected]/encoding/base64.ts";
14+
15+
// I don't quite understand why the import map is not resolving this one
16+
import * as _base64_2 from "https://deno.land/[email protected]/encoding/base64.ts";

0 commit comments

Comments
 (0)