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

This commit is contained in:
Andrew Eisenberg
2022-03-29 08:50:42 -07:00
committed by GitHub
parent 7e872aa6d6
commit ef28c9531b

View File

@@ -7,8 +7,7 @@ export function compileView(cb: (err?: Error) => void) {
export function watchView(cb: (err?: Error) => void) {
const watchConfig = {
...
config,
...config,
watch: true,
watchOptions: {
aggregateTimeout: 200,