Jason Miller
Jason Miller
### Describe the bug When using bugsnag-js, the CORS POST requests sent to `https://notify.bugsnag.com` are missing the [`Access-Control-Max-Age` response header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Max-Age). Without this, preflight responses are only cached for 5 seconds....
Proposed Error detail page on preactjs.com _(hit edit on this PR for source)_: ``` --- url: /errors/1 title: Preact Error 1: Component Thrashing --- ``` ## Error 1: Component Thrashing...
Hello! Webpack has a great performance budgeting feature that tracks whether chunks or entry modules exceed a size limit. The one missing piece for folks like me is that bundle...