File tree
Expand file treeCollapse file tree2 files changed
+4
-1
lines changed Expand file treeCollapse file tree2 files changed
+4
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
|
6 | 6 | .vscode-test/**
|
7 | 7 | vsc-extension-quickstart.md
|
8 | 8 |
|
| 9 | +## Modules |
| 10 | +node_modules/** |
| 11 | + |
9 | 12 | ## TypeScript
|
10 | 13 | **/tsconfig.json
|
11 | 14 | **/tslint.json
|
|
Original file line number | Diff line number | Diff line change |
---|
@@ -12,7 +12,7 @@ OUTPUT_FILE=coderoad-$PACKAGE_VERSION.vsix
|
12 | 12 | echo "Creating $OUTPUT_FILE..."
|
13 | 13 |
|
14 | 14 | echo "Building..."
|
15 |
| -GENERATE_SOURCEMAP=false # reduces output size by 5mb+ |
| 15 | +export GENERATE_SOURCEMAP=false # reduces output size by 5mb+ |
16 | 16 | yarn build
|
17 | 17 | npm run esbuild-base -- --minify
|
18 | 18 |
|
|
You can’t perform that action at this time.
0 commit comments