настройка webpack
This commit is contained in:
11
node_modules/webpack/lib/RemovedPluginError.js
generated
vendored
Normal file
11
node_modules/webpack/lib/RemovedPluginError.js
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
"use strict";
|
||||
|
||||
const WebpackError = require("./WebpackError");
|
||||
|
||||
module.exports = class RemovedPluginError extends WebpackError {
|
||||
constructor(message) {
|
||||
super(message);
|
||||
|
||||
Error.captureStackTrace(this, this.constructor);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user