parent
954e292f2f
commit
d088a3c5c7
2 changed files with 906 additions and 6 deletions
|
@ -17,8 +17,8 @@
|
||||||
"typescript"
|
"typescript"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npx webpack",
|
"build": "webpack",
|
||||||
"prepare": "npx webpack"
|
"prepare": "webpack"
|
||||||
},
|
},
|
||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
"onLanguage:javascript",
|
"onLanguage:javascript",
|
||||||
|
@ -626,7 +626,9 @@
|
||||||
"semver": "^7.3.2",
|
"semver": "^7.3.2",
|
||||||
"ts-loader": "^8.0.1",
|
"ts-loader": "^8.0.1",
|
||||||
"vscode-languageserver-protocol": "^3.15.3",
|
"vscode-languageserver-protocol": "^3.15.3",
|
||||||
"which": "^2.0.2"
|
"which": "^2.0.2",
|
||||||
|
"webpack": "^5.11.0",
|
||||||
|
"webpack-cli": "^4.2.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"typescript": "^4.1.3"
|
"typescript": "^4.1.3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue