Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ cutOffWebpackOptions
Function
cutOffWebpackOptions
lib/ErrorHelpers.js:40–40 ·
view source on GitHub ↗
(stack)
Source
from the content-addressed store, hash-verified
38
* @returns {string} stack trace without the webpack options flag included
39
*/
40
const
cutOffWebpackOptions = (stack) => cutOffByFlag(stack, webpackOptionsFlag);
41
42
/**
43
* Cut off multiline message.
Callers
1
cleanUpWebpackOptions
Function · 0.85
Calls
1
cutOffByFlag
Function · 0.85
Tested by
no test coverage detected