Skip to content

Commit 46747ff

Browse files
author
benholloway
committed
added comments
1 parent 87cac68 commit 46747ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/release.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ var listCompositions = require('../lib/list-compositions');
1111
* @returns {Config} A webpack configurator
1212
*/
1313
function release(configuratorFactory, options) {
14+
15+
// only the primary application will be released
1416
var composition = listCompositions(options.appDir)[0];
1517
if (composition) {
1618
return configuratorFactory()

0 commit comments

Comments
 (0)