remvoe webpack from dependencies
This commit is contained in:
parent
56c60a2ef1
commit
f8ed02524d
2 changed files with 31 additions and 2588 deletions
|
@ -18,7 +18,7 @@
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rimraf lib",
|
"clean": "rimraf lib",
|
||||||
"build": "webpack",
|
"build": "npx webpack",
|
||||||
"prepare": "npx npm-run-all clean build"
|
"prepare": "npx npm-run-all clean build"
|
||||||
},
|
},
|
||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
|
@ -487,8 +487,6 @@
|
||||||
"ts-loader": "^6.0.3",
|
"ts-loader": "^6.0.3",
|
||||||
"tslint": "^5.17.0",
|
"tslint": "^5.17.0",
|
||||||
"vscode-languageserver-protocol": "^3.15.0-next.5",
|
"vscode-languageserver-protocol": "^3.15.0-next.5",
|
||||||
"webpack": "^4.34.0",
|
|
||||||
"webpack-cli": "^3.3.4",
|
|
||||||
"which": "^1.3.1"
|
"which": "^1.3.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in a new issue