Skip to content

Commit

Permalink
fix: need replaceHostMap on replaceHostFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jul 27, 2020
1 parent 2466d35 commit b18ec14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
],
"replaceHostRegExpMap": {
"https://storage\\.googleapis\\.com/": "https://cdn.npm.taobao.org/dist/"
},
"replaceHostMap": {
"https://storage.googleapis.com/": "https://cdn.npm.taobao.org/dist/"
}
},
"cypress": {
Expand Down

0 comments on commit b18ec14

Please sign in to comment.