Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
corrideat committed May 12, 2024
1 parent 7084d5b commit beeb4c0
Show file tree
Hide file tree
Showing 3 changed files with 299 additions and 320 deletions.
4 changes: 2 additions & 2 deletions esbuild.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ await esbuild.build({
format: 'cjs',
entryNames: '[name]',
platform: 'node',
external: ['esbuild'],
external: ['esbuild', 'sharp'],
outExtension: {
'.js': '.cjs',
},
Expand All @@ -41,7 +41,7 @@ await esbuild.build({
format: 'esm',
entryNames: '[name]',
platform: 'node',
external: ['esbuild'],
external: ['esbuild', 'sharp'],
outExtension: {
'.js': '.mjs',
},
Expand Down
Loading

0 comments on commit beeb4c0

Please sign in to comment.