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.
2 parents 2e240ab + 275f6f3 commit 324d5dfCopy full SHA for 324d5df
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