修改部分参数
Showing
... | @@ -23,7 +23,9 @@ | ... | @@ -23,7 +23,9 @@ |
"license": "ISC", | "license": "ISC", | ||
"dependencies": { | "dependencies": { | ||
"lodash": "^4.17.15", | "lodash": "^4.17.15", | ||
"rrweb": "^0.7.18" | "md5": "^2.2.1", | ||
"rrweb": "^0.7.18", | |||
"whatwg-fetch": "^3.0.0" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@babel/core": "^7.4.5", | "@babel/core": "^7.4.5", | ||
... | @@ -32,7 +34,6 @@ | ... | @@ -32,7 +34,6 @@ |
"@babel/preset-env": "^7.4.5", | "@babel/preset-env": "^7.4.5", | ||
"babel-loader": "^8.0.6", | "babel-loader": "^8.0.6", | ||
"cross-env": "^5.2.0", | "cross-env": "^5.2.0", | ||
"md5": "^2.2.1", | |||
"webpack": "^4.35.2", | "webpack": "^4.35.2", | ||
"worker-loader": "^2.0.0" | "worker-loader": "^2.0.0" | ||
} | } | ||
... | ... |
Please register or sign in to comment