UNPKG

@bolt/build-tools

Version:

Curated collection of front-end build tools in the Bolt Design System.

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); } };