nav tabs on admin dashboard
This commit is contained in:
3
node_modules/webpack/lib/EntryModuleNotFoundError.js
generated
vendored
3
node_modules/webpack/lib/EntryModuleNotFoundError.js
generated
vendored
@@ -8,10 +8,9 @@ const WebpackError = require("./WebpackError");
|
||||
|
||||
class EntryModuleNotFoundError extends WebpackError {
|
||||
constructor(err) {
|
||||
super();
|
||||
super("Entry module not found: " + err);
|
||||
|
||||
this.name = "EntryModuleNotFoundError";
|
||||
this.message = "Entry module not found: " + err;
|
||||
this.details = err.details;
|
||||
this.error = err;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user