MCPcopy
hub / github.com/webpack/webpack / canConcatenate

Method canConcatenate

lib/dependencies/CssImportDependency.js:70–72  ·  view source on GitHub ↗

* Returns true if this dependency can be concatenated * @returns {boolean} true if this dependency can be concatenated

()

Source from the content-addressed store, hash-verified

68 * @returns {boolean} true if this dependency can be concatenated
69 */
70 canConcatenate() {
71 return true;
72 }
73
74 /**
75 * Returns an identifier to merge equal requests.

Callers 5

integrateMethod · 0.45
_getImportsMethod · 0.45
_tryToAddMethod · 0.45
buildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected