Skip to content

Commit

Permalink
chore(bundle): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter committed Oct 16, 2024
1 parent a18437d commit d7ad0ec
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 53 deletions.
78 changes: 26 additions & 52 deletions bundle/deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bundle/ts/bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export async function bundle(input: URL | string, { minify = "terser", format =
let code = ""
try {
const { outputFiles: [{ text: output }] } = await esbuild.build({
plugins: [...plugins({ configPath: config ? fromFileUrl(config) : undefined, nodeModulesDir: true })],
plugins: [...plugins({ configPath: config ? fromFileUrl(config) : undefined })],
entryPoints: [url.href],
format,
globalName: exports,
Expand Down

0 comments on commit d7ad0ec

Please sign in to comment.