Skip to content

Commit 1c12f5d

Browse files
Fixing VSCode Debugger (#340)
This fix is made to fix this issue of breakpoints not binding for custom functions, making the code not be able to hit breakpoints.
1 parent 0685202 commit 1c12f5d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/end-to-end/webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ module.exports = async (env, options) => {
2525
},
2626
output: {
2727
path: path.resolve(__dirname, "testBuild"),
28-
devtoolModuleFilenameTemplate: "webpack:///[resource-path]?[loaders]",
2928
clean: true,
3029
},
3130
resolve: {

webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ module.exports = async (env, options) => {
2626
commands: "./src/commands/commands.ts",
2727
},
2828
output: {
29-
devtoolModuleFilenameTemplate: "webpack:///[resource-path]?[loaders]",
3029
clean: true,
3130
},
3231
resolve: {

0 commit comments

Comments
 (0)