Skip to content

Commit a8a4f16

Browse files
committed
skip sourcemaps on packaging for smaller size
Signed-off-by: shmck <[email protected]>
1 parent f271996 commit a8a4f16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/package.sh

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ OUTPUT_FILE=coderoad-$PACKAGE_VERSION.vsix
1212
echo "Creating $OUTPUT_FILE..."
1313

1414
echo "Building..."
15+
GENERATE_SOURCEMAP=false # reduces output size by 5mb+
1516
yarn build
1617

1718
echo "Packaging Extension..."

0 commit comments

Comments
 (0)