UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

12 lines (8 loc) 229 B
"use strict"; const WebpackError = require("./WebpackError"); module.exports = class RemovedPluginError extends WebpackError { constructor(message) { super(message); Error.captureStackTrace(this, this.constructor); } };