@next-core/brick-kit 2.156.8 → 2.156.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12660,7 +12660,7 @@
12660
12660
  _this3.state = "mounted";
12661
12661
  devtoolsHookEmit("rendered");
12662
12662
 
12663
- if (!_this3.kernel.getFeatureFlags()["disable-prefetch-scripts"]) {
12663
+ if (_this3.kernel.getFeatureFlags()["prefetch-scripts"]) {
12664
12664
  // Try to prefetch during a browser's idle periods.
12665
12665
  // https://developer.mozilla.org/en-US/docs/Web/API/Window/requestIdleCallback
12666
12666
  if (typeof window.requestIdleCallback === "function") {