Skip to content

Commit

Permalink
minify the extension content script
Browse files Browse the repository at this point in the history
  • Loading branch information
muodov committed Aug 5, 2024
1 parent e161c12 commit 0f48f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $ESBUILD --format=cjs --target=es2021 --platform=node lib/web.ts --outfile=dist/

# Extension
$ESBUILD addon/background.ts --outfile=dist/addon-mv3/background.bundle.js
$ESBUILD addon/content.ts --outfile=dist/addon-mv3/content.bundle.js
$ESBUILD addon/content.ts --minify --outfile=dist/addon-mv3/content.bundle.js
$ESBUILD addon/popup.ts --outfile=dist/addon-mv3/popup.bundle.js
$ESBUILD addon/devtools/panel.ts --outfile=dist/addon-mv3/devtools/panel.js

Expand Down

0 comments on commit 0f48f16

Please sign in to comment.