@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.esm.js
CHANGED
|
@@ -621,7 +621,7 @@ function scanStoryboard(storyboard) {
|
|
|
621
621
|
};
|
|
622
622
|
var collection = [];
|
|
623
623
|
collectBricksInRouteConfs(storyboard.routes, collection);
|
|
624
|
-
var selfDefined = new Set();
|
|
624
|
+
var selfDefined = new Set(["form-renderer.form-renderer"]);
|
|
625
625
|
|
|
626
626
|
if (ignoreBricksInUnusedCustomTemplates) {
|
|
627
627
|
var _storyboard$meta;
|