MCPcopy
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 */
40const cutOffWebpackOptions = (stack) => cutOffByFlag(stack, webpackOptionsFlag);
41
42/**
43 * Cut off multiline message.

Callers 1

cleanUpWebpackOptionsFunction · 0.85

Calls 1

cutOffByFlagFunction · 0.85

Tested by

no test coverage detected