MCPcopy
hub / github.com/webpack/webpack / name

Method name

lib/ChunkGroup.js:166–168  ·  view source on GitHub ↗

* Returns the configured name of the chunk group, if one was assigned. * @returns {ChunkGroupOptions["name"]} returns the ChunkGroup name

()

Source from the content-addressed store, hash-verified

164 * @returns {ChunkGroupOptions["name"]} returns the ChunkGroup name
165 */
166 get name() {
167 return this.options.name;
168 }
169
170 /**
171 * Updates the configured name of the chunk group.

Callers 5

syntax.jsFile · 0.80
scanRuleBodyFunction · 0.80
urlActiveMethod · 0.80
parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected