%PDF- %PDF-
Direktori : /home/ugotscom/bos_naturals/node_modules/webpack/lib/ |
Current File : /home/ugotscom/bos_naturals/node_modules/webpack/lib/RemovedPluginError.js |
"use strict"; const WebpackError = require("./WebpackError"); module.exports = class RemovedPluginError extends WebpackError { constructor(message) { super(message); Error.captureStackTrace(this, this.constructor); } };