Skip to content

Commit a9655cb

Browse files
author
ole1986
committed
Update launch.json to use only src as source file for quicker debugging
1 parent 6158615 commit a9655cb

File tree

2 files changed

+60
-52
lines changed

2 files changed

+60
-52
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"smartStep": true,
1515
"sourceMaps": true,
1616
"outFiles": [
17-
"${workspaceRoot}/dist/**/*.js"
17+
"${workspaceRoot}/dist/src/*.js"
1818
],
1919
"preLaunchTask": "webpack-dev",
2020
"skipFiles": [

package-lock.json

Lines changed: 59 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)