"use strict";
module.exports = {
findBundle() {
return ["entry-a-bundle.js", "entry-b-bundle.js"];
}
};