There was an error while loading. Please reload this page.
1 parent 9937176 commit 52a069cCopy full SHA for 52a069c
template/build/dev-server.js
@@ -51,7 +51,7 @@ app.use(hotMiddleware)
51
52
// proxy api requests
53
Object.keys(proxyTable).forEach(function (context) {
54
- const options = proxyTable[context]
+ let options = proxyTable[context]
55
if (typeof options === 'string') {
56
options = { target: options }
57
}
0 commit comments