module.exports = {
findBundle: function (i, options) {
return ["entry-a-bundle.js", "entry-b-bundle.js"];
}
};