MCPcopy
hub / github.com/webpack/webpack / shouldIsolate

Method shouldIsolate

lib/RuntimeModule.js:232–234  ·  view source on GitHub ↗

* Returns true, if the runtime module should get it's own scope. * @returns {boolean} true, if the runtime module should get it's own scope

()

Source from the content-addressed store, hash-verified

230 * @returns {boolean} true, if the runtime module should get it's own scope
231 */
232 shouldIsolate() {
233 return true;
234 }
235}
236
237/**

Callers 1

renderRuntimeModulesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected