Skip to content

Commit f0211a3

Browse files
committed
Use webpack as preLaunchTask for debug launch
1 parent af46388 commit f0211a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"outFiles": [
1313
"${workspaceFolder}/out/**/*.js"
1414
],
15-
"preLaunchTask": "${defaultBuildTask}"
15+
"preLaunchTask": "npm: webpack"
1616
}
1717
]
1818
}

0 commit comments

Comments
 (0)