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" "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"

904
yarn.lock

File diff suppressed because it is too large Load diff