MCPcopy
hub / github.com/webpack/webpack / getChunks

Method getChunks

lib/Module.js:580–586  ·  view source on GitHub ↗

* @deprecated * @returns {Chunk[]} chunks

()

Source from the content-addressed store, hash-verified

578 * @returns {Chunk[]} chunks
579 */
580 getChunks() {
581 return ChunkGraph.getChunkGraphForModule(
582 this,
583 "Module.getChunks",
584 "DEP_WEBPACK_MODULE_GET_CHUNKS"
585 ).getModuleChunks(this);
586 }
587
588 /**
589 * @deprecated

Callers 1

webpack.config.jsFile · 0.80

Calls 2

getModuleChunksMethod · 0.80

Tested by

no test coverage detected