mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-04 04:40:05 +02:00
use terser and clean-css directly
create a sourcemap as well by default
This commit is contained in:
2
node_modules/request/lib/getProxyFromURI.js
generated
vendored
2
node_modules/request/lib/getProxyFromURI.js
generated
vendored
@@ -40,7 +40,7 @@ function uriInNoProxy (uri, noProxy) {
|
||||
function getProxyFromURI (uri) {
|
||||
// Decide the proper request proxy to use based on the request URI object and the
|
||||
// environmental variables (NO_PROXY, HTTP_PROXY, etc.)
|
||||
// respect NO_PROXY environment variables (see: http://lynx.isc.org/current/breakout/lynx_help/keystrokes/environments.html)
|
||||
// respect NO_PROXY environment variables (see: https://lynx.invisible-island.net/lynx2.8.7/breakout/lynx_help/keystrokes/environments.html)
|
||||
|
||||
var noProxy = process.env.NO_PROXY || process.env.no_proxy || ''
|
||||
|
||||
|
Reference in New Issue
Block a user