Skip to content

Commit 63f1c96

Browse files
committed
package under 1mb
Signed-off-by: shmck <[email protected]>
1 parent 3222de6 commit 63f1c96

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: .vscodeignore

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
.vscode-test/**
77
vsc-extension-quickstart.md
88

9+
## Modules
10+
node_modules/**
11+
912
## TypeScript
1013
**/tsconfig.json
1114
**/tslint.json

Diff for: scripts/package.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +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+
15+
export GENERATE_SOURCEMAP=false # reduces output size by 5mb+
1616
yarn build
1717
npm run esbuild-base -- --minify
1818

0 commit comments

Comments
 (0)