Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
33
const
cutOffLoaderExecution = (stack) => cutOffByFlag(stack, loaderFlag);
34
35
/**
36
* Cut off webpack options.
Callers
2
cleanUp
Function · 0.85
constructor
Method · 0.85
Calls
1
cutOffByFlag
Function · 0.85
Tested by
no test coverage detected