Skip to content

Commit ef28c95

Browse files
authored
Update extensions/ql-vscode/gulpfile.ts/webpack.ts
1 parent 7e872aa commit ef28c95

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ export function compileView(cb: (err?: Error) => void) {
77

88
export function watchView(cb: (err?: Error) => void) {
99
const watchConfig = {
10-
...
11-
config,
10+
...config,
1211
watch: true,
1312
watchOptions: {
1413
aggregateTimeout: 200,

0 commit comments

Comments
 (0)