nav tabs on admin dashboard
This commit is contained in:
8
node_modules/webpack/lib/ChunkRenderError.js
generated
vendored
8
node_modules/webpack/lib/ChunkRenderError.js
generated
vendored
@@ -6,7 +6,15 @@
|
||||
|
||||
const WebpackError = require("./WebpackError");
|
||||
|
||||
/** @typedef {import("./Chunk")} Chunk */
|
||||
|
||||
class ChunkRenderError extends WebpackError {
|
||||
/**
|
||||
* Create a new ChunkRenderError
|
||||
* @param {Chunk} chunk A chunk
|
||||
* @param {string} file Related file
|
||||
* @param {Error} error Original error
|
||||
*/
|
||||
constructor(chunk, file, error) {
|
||||
super();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user