Skip to content

0.0.11

Latest

Choose a tag to compare

@zbryikt zbryikt released this 19 Aug 07:02
  • bug fix:
  • ngx config: the internal location ( target of X-Accel-Redirect ) was missing the
    pub prefix in its index.min.js fallback -- it resolved to <root>/<pkg>/index.min.js
    instead of <root>/<pub>/<pkg>/index.min.js, so that fallback never matched. a package
    whose entry is only index.min.js ( no index.js / index.html ) 404'd on the request
    that triggered the fetch, then succeeded on the next one ( served by the pub location,
    whose fallback was already correct ) -- an intermittent first-hit 404. the two locations
    now use the same three fallbacks.