fix(typescript): use @types/webpack-env instead of @types/node

fixes #2531
This commit is contained in:
Haoqun Jiang
2018-09-16 23:37:42 +08:00
parent 7e5382ffda
commit a570ba098f
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
"sourceMap": true,
"baseUrl": ".",
"types": [
"node"<% if (hasMocha || hasJest) { %>,<% } %>
"webpack-env"<% if (hasMocha || hasJest) { %>,<% } %>
<%_ if (hasMocha) { _%>
"mocha",
"chai"

View File

@@ -22,7 +22,7 @@
"access": "public"
},
"dependencies": {
"@types/node": "^10.5.2",
"@types/webpack-env": "^1.13.6",
"@vue/cli-shared-utils": "^3.0.2",
"fork-ts-checker-webpack-plugin": "^0.4.4",
"globby": "^8.0.1",