Package Exports
- @architect/http-proxy
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@architect/http-proxy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@architect/http-proxy
Architect HTTP proxy distribution, extracted from @architect/functions (arc.http.proxy)
Updating the HTTP proxy:
npm run build
- Reinstalls
@architect/functions
- If a new version is found:
- Creates a fresh bundle
- Updates and writes
package[-lock].json
- Creates a git commit + git tag (similar to
npm version...
)
- Reinstalls
Once npm run build
, if there's an update, simply git push
and npm publish
. (It's already tagged, no need to run npm version
.)