You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The packages are scanned in the order they are defined in build.profile.js, up until the package defined before dstore. Then, the scan starts again with build.profile.js, up until the package defined before dstore.
The dstore is scanned, and the packages defined after it. Then, those are scanned again.
I narrowed down the culprit to the code in package.js "determining optional package support in dstore". When I remove that for a test, all packages are scanned once, in order defined in build.profile.js.
The text was updated successfully, but these errors were encountered:
When dstore is added to an existing build, I see that all packages are scanned twice.
The packages are scanned in the order they are defined in build.profile.js, up until the package defined before dstore. Then, the scan starts again with build.profile.js, up until the package defined before dstore.
The dstore is scanned, and the packages defined after it. Then, those are scanned again.
I narrowed down the culprit to the code in package.js "determining optional package support in dstore". When I remove that for a test, all packages are scanned once, in order defined in build.profile.js.
The text was updated successfully, but these errors were encountered: