rsnext/packages/next/pages
Tim Neutkens 56b149f7be
Add experimental per-page option to disable JS preloads (#21329)
As discussed with @csswizardry. This is a temporary option in case you know the preloads are not needed. It will likely be a default once the ScriptLoader work from @janicklas-ralph has been proven in partner apps and landed.

```js
// pages/index.js
export const config = {
  unstable_JsPreload: false
}
```
2021-01-19 19:38:15 +00:00
..
_app.tsx add NextWebVitalsMetric type for reportWebVitals (#14675) 2020-07-03 03:36:13 +00:00
_document.tsx Add experimental per-page option to disable JS preloads (#21329) 2021-01-19 19:38:15 +00:00
_error.tsx Add support for static 404 when _error does not have custom GIP (#11062) 2020-03-14 09:58:20 +01:00