* Gets the library identifier. * @param {LibIdentOptions} options options * @returns {LibIdent | null} an identifier for library inclusion
(options)
| 90 | * @returns {LibIdent | null} an identifier for library inclusion |
| 91 | */ |
| 92 | libIdent(options) { |
| 93 | return `${this.layer ? `(${this.layer})/` : ""}webpack/container/remote/${ |
| 94 | this.request |
| 95 | }`; |
| 96 | } |
| 97 | |
| 98 | /** |
| 99 | * Checks whether the module needs to be rebuilt for the current build state. |
no outgoing calls
no test coverage detected