We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eddf45 commit fbc2668Copy full SHA for fbc2668
lib/http-proxy.js
@@ -1,7 +1,7 @@
1
var http = require('http'),
2
https = require('https'),
3
url = require('url'),
4
- httpProxy = require('./http-proxy/index.js');
+ httpProxy = require('./http-proxy/index.js'); //use explicit /index.js to help browserify negociation in require '/lib/http-proxy' (!)
5
6
/**
7
* Export the proxy "Server" as the main export.
0 commit comments