@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.esm.js
CHANGED
|
@@ -12661,7 +12661,7 @@ class Router {
|
|
|
12661
12661
|
_this3.state = "mounted";
|
|
12662
12662
|
devtoolsHookEmit("rendered");
|
|
12663
12663
|
|
|
12664
|
-
if (
|
|
12664
|
+
if (_this3.kernel.getFeatureFlags()["prefetch-scripts"]) {
|
|
12665
12665
|
// Try to prefetch during a browser's idle periods.
|
|
12666
12666
|
// https://developer.mozilla.org/en-US/docs/Web/API/Window/requestIdleCallback
|
|
12667
12667
|
if (typeof window.requestIdleCallback === "function") {
|