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