@next-core/brick-utils 2.43.4 → 2.43.5
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 +2 -2
package/dist/index.bundle.js
CHANGED
|
@@ -626,7 +626,7 @@
|
|
|
626
626
|
};
|
|
627
627
|
var collection = [];
|
|
628
628
|
collectBricksInRouteConfs(storyboard.routes, collection);
|
|
629
|
-
var selfDefined = new Set();
|
|
629
|
+
var selfDefined = new Set(["form-renderer.form-renderer"]);
|
|
630
630
|
|
|
631
631
|
if (ignoreBricksInUnusedCustomTemplates) {
|
|
632
632
|
var _storyboard$meta;
|