From aa1ff3985362c5075b62dc79f75f5f0acda6e8d1 Mon Sep 17 00:00:00 2001 From: Jarda Snajdr Date: Thu, 23 Jan 2025 13:01:45 +0100 Subject: [PATCH] Server: preload section chunks (#98799) --- client/document/index.jsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/client/document/index.jsx b/client/document/index.jsx index 8d4b3329375b9..2cbffe2c02a0f 100644 --- a/client/document/index.jsx +++ b/client/document/index.jsx @@ -146,6 +146,9 @@ class Document extends Component { ) ) } { chunkCssLinks( entrypoint, isRTL ) } { chunkCssLinks( chunkFiles, isRTL ) } + { chunkFiles.js.map( ( chunk ) => ( + + ) ) } (