1
0

Bumped ESBuild version

This commit is contained in:
Zef Hemel 2023-10-12 11:21:38 +02:00
parent ae17385dd9
commit c2610cba7e
3 changed files with 8 additions and 9 deletions

View File

@ -98,11 +98,11 @@ setupMessageListener(functionMapping, manifest);
metafile: options.info, metafile: options.info,
treeShaking: true, treeShaking: true,
plugins: [ plugins: [
{ // {
name: "json", // name: "json",
setup: (build) => // setup: (build) =>
build.onLoad({ filter: /\.json$/ }, () => ({ loader: "json" })), // build.onLoad({ filter: /\.json$/ }, () => ({ loader: "json" })),
}, // },
...denoPlugins({ ...denoPlugins({
// TODO do this differently // TODO do this differently
importMapURL: options.importMap || importMapURL: options.importMap ||

View File

@ -5,6 +5,6 @@ export { expandGlobSync } from "https://deno.land/std@0.165.0/fs/mod.ts";
export { mime } from "https://deno.land/x/mimetypes@v1.0.0/mod.ts"; export { mime } from "https://deno.land/x/mimetypes@v1.0.0/mod.ts";
export { default as cacheDir } from "https://deno.land/x/cache_dir@0.2.0/mod.ts"; export { default as cacheDir } from "https://deno.land/x/cache_dir@0.2.0/mod.ts";
export * as flags from "https://deno.land/std@0.165.0/flags/mod.ts"; export * as flags from "https://deno.land/std@0.165.0/flags/mod.ts";
export * as esbuild from "https://deno.land/x/esbuild@v0.17.18/mod.js"; export * as esbuild from "https://deno.land/x/esbuild@v0.19.2/mod.js";
export { denoPlugins } from "https://deno.land/x/esbuild_deno_loader@0.8.1/mod.ts"; export { denoPlugins } from "https://deno.land/x/esbuild_deno_loader@0.8.2/mod.ts";
export * as YAML from "https://deno.land/std@0.184.0/yaml/mod.ts"; export * as YAML from "https://deno.land/std@0.184.0/yaml/mod.ts";

View File

@ -1,8 +1,7 @@
--- ---
tags:
-
repo: https://github.com/silverbulletmd/silverbullet repo: https://github.com/silverbulletmd/silverbullet
--- ---
#plug
The Share plug provides infrastructure for sharing pages outside of your space. It standardizes the {[Share: Publish]} (bound to `Cmd-s` or `Ctrl-s`) to publish the current page to all share providers specified under the `$share` key in [[Frontmatter]]. The Share plug provides infrastructure for sharing pages outside of your space. It standardizes the {[Share: Publish]} (bound to `Cmd-s` or `Ctrl-s`) to publish the current page to all share providers specified under the `$share` key in [[Frontmatter]].