docs(nxdev): enable scroll restoration (#12205)

This commit is contained in:
Benjamin Cabanes 2022-09-23 10:58:58 -04:00 committed by GitHub
parent 36e30a2329
commit bef6e98b1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ copy(
);
module.exports = withNx({
scrollRestoration: true,
experimental: {
nextScriptWorkers: true, // Enable PartyTown offloading script strategy
},