Skip to content

Commit

Permalink
bundles simplify to entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Sep 17, 2015
1 parent b9707a6 commit 54ce3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ exports.bundle = function(moduleExpression, fileName, opts) {

if (!config.loader.bundles)
config.loader.bundles = {};
config.loader.bundles[bundleName] = output.modules;
config.loader.bundles[bundleName] = output.entryPoints;

ui.log('ok', '`' + bundleName + '` added to config bundles.');
}
Expand Down

0 comments on commit 54ce3cf

Please sign in to comment.