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 13e9f2a commit 803668fCopy full SHA for 803668f
lib/tools/broccoli/node-modules-dest-copy.ts
@@ -69,8 +69,9 @@ export class DestCopy implements IBroccoliPlugin {
69
});
70
}
71
72
-
73
- this.$pluginsService.beforePrepareAllPlugins().wait();
+ if (!_.isEmpty(this.dependencies)) {
+ this.$pluginsService.beforePrepareAllPlugins().wait();
74
+ }
75
76
_.each(this.dependencies, dependency => {
77
this.copyDependencyDir(dependency);
0 commit comments