Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3222de6 commit 63f1c96Copy full SHA for 63f1c96
.vscodeignore
@@ -6,6 +6,9 @@
6
.vscode-test/**
7
vsc-extension-quickstart.md
8
9
+## Modules
10
+node_modules/**
11
+
12
## TypeScript
13
**/tsconfig.json
14
**/tslint.json
scripts/package.sh
@@ -12,7 +12,7 @@ OUTPUT_FILE=coderoad-$PACKAGE_VERSION.vsix
echo "Creating $OUTPUT_FILE..."
echo "Building..."
15
-GENERATE_SOURCEMAP=false # reduces output size by 5mb+
+export GENERATE_SOURCEMAP=false # reduces output size by 5mb+
16
yarn build
17
npm run esbuild-base -- --minify
18
0 commit comments