MCPcopy
hub / github.com/webpack/webpack / cutOffLoaderExecution

Function cutOffLoaderExecution

lib/ErrorHelpers.js:33–33  ·  view source on GitHub ↗
(stack)

Source from the content-addressed store, hash-verified

31 * @returns {string} stack trace without the loader execution flag included
32 */
33const cutOffLoaderExecution = (stack) => cutOffByFlag(stack, loaderFlag);
34
35/**
36 * Cut off webpack options.

Callers 2

cleanUpFunction · 0.85
constructorMethod · 0.85

Calls 1

cutOffByFlagFunction · 0.85

Tested by

no test coverage detected