Skip to content

Commit 010ae64

Browse files
committed
Use inline-source-map
This gets a better debugging experience for webview.
1 parent bd37021 commit 010ae64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/gulpfile.js/webpack.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const config: webpack.Configuration = {
1010
path: path.resolve(__dirname, '..', 'out'),
1111
filename: "[name].js"
1212
},
13-
devtool: 'source-map',
13+
devtool: "inline-source-map",
1414
resolve: {
1515
extensions: ['.js', '.ts', '.tsx', '.json']
1616
},

0 commit comments

Comments
 (0)