Skip to content

Commit 864d4d6

Browse files
committed
chore(dx): hide no proxy warning
reason: other modules like axios may enable integration while user doesn't needs it
1 parent 869288f commit 864d4d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/module.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ function proxyModule (options) {
1313
}
1414

1515
if (!this.options.proxy) {
16-
// No proxy defined
17-
logger.warn('No proxy defined on top level.')
1816
return
1917
}
2018

0 commit comments

Comments
 (0)