Skip to content

Commit

Permalink
remove .map files from bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Romanov committed Feb 12, 2023
1 parent 2c99dd0 commit 719c9c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
*
*/**
**/.DS_Store
*.map

# Include
!img
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
},
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./src/VSCode.Extension/tsconfig.json",
"compile": "tsc -p ./src/VSCode.Extension/tsconfig.json --sourceMap false",
"watch": "tsc -watch -p ./src/VSCode.Extension/tsconfig.json"
},
"devDependencies": {
Expand Down

0 comments on commit 719c9c4

Please sign in to comment.