MCPcopy
hub / github.com/webpack/webpack / getErrors

Method getErrors

lib/Compilation.js:5777–5779  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5775 }
5776
5777 getErrors() {
5778 return this.hooks.processErrors.call(this.errors);
5779 }
5780
5781 /**
5782 * This function allows you to run another instance of webpack inside of webpack however as

Callers 2

finishMethod · 0.45

Calls 1

callMethod · 0.45

Tested by

no test coverage detected