Tools for Deno-Powered Web Extensions
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: update to latest esbuild_deno_loader

+2 -8
.gitattributes.attributes .gitattributes
+2 -8
source/main.ts
··· 1 1 /** 2 2 * Compile and bundle all the distributables into dist. 3 - * 4 - * Note: This file does NOT use deno.json as a config file for itself. 5 - * That config file is specifically for use in Deno.emit. 6 - * 7 - * Probably move to esbuild: 8 - * - https://deno.land/x/esbuild_deno_loader@0.5.0 9 3 */ 10 - import * as esbuild from 'https://deno.land/x/esbuild@v0.14.39/mod.js'; 11 - import { denoPlugin } from 'https://raw.githubusercontent.com/ivebencrazy/esbuild_deno_loader/main/mod.ts'; 4 + import * as esbuild from 'https://deno.land/x/esbuild@v0.14.51/mod.js'; 5 + import { denoPlugin } from 'https://deno.land/x/esbuild_deno_loader@0.5.2/mod.ts'; 12 6 import { copySync, ensureDir } from 'https://deno.land/std@0.138.0/fs/mod.ts'; 13 7 import { resolve } from 'https://deno.land/std@0.142.0/path/mod.ts'; 14 8