()
| 1690 | // Call this first if you plan to call getMainModule multiple |
| 1691 | // times, so that you can avoid repeating this work each time. |
| 1692 | getMainModulesByArch() { |
| 1693 | return this._getEntryModulesByArch("mainModule"); |
| 1694 | } |
| 1695 | |
| 1696 | // Given an architecture like web.browser, get the best mainModule for |
| 1697 | // that architecture. For example, if this.config.mainModule.client is |
no test coverage detected