@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.
- package/dist/index.bundle.js +1 -1
- package/dist/index.bundle.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +3 -3
package/dist/index.bundle.js
CHANGED
|
@@ -12660,7 +12660,7 @@
|
|
|
12660
12660
|
_this3.state = "mounted";
|
|
12661
12661
|
devtoolsHookEmit("rendered");
|
|
12662
12662
|
|
|
12663
|
-
if (
|
|
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") {
|