We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e240ab commit 275f6f3Copy full SHA for 275f6f3
lib/tools/broccoli/node-modules-dest-copy.ts
@@ -70,7 +70,7 @@ export class DestCopy implements IBroccoliPlugin {
70
}
71
});
72
if (!_.isEmpty(this.dependencies)) {
73
- this.$pluginsService.beforePrepareAllPlugins().wait();
+ this.$platformsData.getPlatformData(platform).platformProjectService.beforePrepareAllPlugins().wait();
74
75
76
_.each(this.dependencies, dependency => {
0 commit comments