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 87cac68 commit 46747ffCopy full SHA for 46747ff
config/release.js
@@ -11,6 +11,8 @@ var listCompositions = require('../lib/list-compositions');
11
* @returns {Config} A webpack configurator
12
*/
13
function release(configuratorFactory, options) {
14
+
15
+ // only the primary application will be released
16
var composition = listCompositions(options.appDir)[0];
17
if (composition) {
18
return configuratorFactory()
0 commit comments