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 0c501d4 commit 2bd2c74Copy full SHA for 2bd2c74
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