rsnext/packages/next/next-server
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
..
lib Add experimental per-page option to disable JS preloads (#21329) 2021-01-19 19:38:15 +00:00
server Add experimental per-page option to disable JS preloads (#21329) 2021-01-19 19:38:15 +00:00