add webpack to devDependencies

Closes #243
This commit is contained in:
Qiming Zhao 2020-12-21 16:47:56 +08:00
parent 954e292f2f
commit d088a3c5c7
2 changed files with 906 additions and 6 deletions

View file

@ -17,8 +17,8 @@
"typescript"
],
"scripts": {
"build": "npx webpack",
"prepare": "npx webpack"
"build": "webpack",
"prepare": "webpack"
},
"activationEvents": [
"onLanguage:javascript",
@ -626,7 +626,9 @@
"semver": "^7.3.2",
"ts-loader": "^8.0.1",
"vscode-languageserver-protocol": "^3.15.3",
"which": "^2.0.2"
"which": "^2.0.2",
"webpack": "^5.11.0",
"webpack-cli": "^4.2.0"
},
"dependencies": {
"typescript": "^4.1.3"

904
yarn.lock

File diff suppressed because it is too large Load diff