[php] add webpack support #57680

This commit is contained in:
Martin Aeschlimann
2018-09-19 16:49:01 +02:00
parent f8a736c017
commit d216f0e06e
5 changed files with 26 additions and 271 deletions

View File

@@ -73,8 +73,8 @@
}
},
"scripts": {
"compile": "gulp compile-extension:php",
"watch": "gulp watch-extension:php"
"compile": "npx gulp compile-extension:php-language-features",
"watch": "npx gulp watch-extension:php-language-features"
},
"dependencies": {
"vscode-nls": "^4.0.0"