map(this.opts.entry, (bundleDef, relPath) => this.initBundle(assign({}, bundleDef, {
      module: modulesByPath[moduleSeeds[relPath].path],
      isEntryPt: true
    }))),