Update build to use node.js 12.x (#83967)

* build - update to node.js 12x for building

* fix it

* adopt vscode-gulp-watch
This commit is contained in:
Benjamin Pasero
2019-11-05 09:53:15 +01:00
committed by GitHub
parent 13bbbfd956
commit 14c3b2e486
18 changed files with 149 additions and 1074 deletions

View File

@@ -5,7 +5,8 @@
"author": "Microsoft ",
"private": true,
"license": "MIT",
"devDependencies": {
"gulp-watch": "5.0.1"
"devDependencies": {},
"dependencies": {
"vscode-gulp-watch": "^5.0.2"
}
}