We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f271996 commit a8a4f16Copy full SHA for a8a4f16
scripts/package.sh
@@ -12,6 +12,7 @@ OUTPUT_FILE=coderoad-$PACKAGE_VERSION.vsix
12
echo "Creating $OUTPUT_FILE..."
13
14
echo "Building..."
15
+GENERATE_SOURCEMAP=false # reduces output size by 5mb+
16
yarn build
17
18
echo "Packaging Extension..."
0 commit comments