Skip to content

Commit

Permalink
Fix esbuild script
Browse files Browse the repository at this point in the history
  • Loading branch information
happy5214 committed May 3, 2024
1 parent edc39c7 commit 2a2ae69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esbuild.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ await esbuild.build({
bundle: true,
sourcemap: true,
format: 'esm',
external: ['pluralize'],
define: {
global: 'globalThis',
window: 'globalThis',
Expand All @@ -35,7 +36,6 @@ await esbuild.build({
stdin: '',
version: 'v12.14.1',
}),
external: ['pluralize'],
},
plugins: [
GlobalsPlugin({
Expand Down

0 comments on commit 2a2ae69

Please sign in to comment.