UNPKG

@atlassian/wrm-troubleshooting

Version:

A tool that can help you with troubleshooting the configuration of webpack and Atlassian P2 project.

14 lines 404 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WebpackError = void 0; class WebpackError extends Error { constructor(message, webpackOutput) { super(message); this.webpackOutput = webpackOutput; } getWebpackOutput() { return this.webpackOutput; } } exports.WebpackError = WebpackError; //# sourceMappingURL=webpackError.js.map