Buckets:
ktongue/docker_container / CAD_kevin /frontend /node_modules /webpack /lib /AsyncDependencyToInitialChunkError.js
| /* | |
| MIT License http://www.opensource.org/licenses/mit-license.php | |
| Author Sean Larkin @thelarkinn | |
| */ | |
| ; | |
| const WebpackError = require("./WebpackError"); | |
| /** @typedef {import("./Dependency").DependencyLocation} DependencyLocation */ | |
| /** @typedef {import("./Module")} Module */ | |
| class AsyncDependencyToInitialChunkError extends WebpackError { | |
| /** | |
| * Creates an instance of AsyncDependencyToInitialChunkError. | |
| * @param {string} chunkName Name of Chunk | |
| * @param {Module} module module tied to dependency | |
| * @param {DependencyLocation} loc location of dependency | |
| */ | |
| constructor(chunkName, module, loc) { | |
| super( | |
| `It's not allowed to load an initial chunk on demand. The chunk name "${chunkName}" is already used by an entrypoint.` | |
| ); | |
| /** @type {string} */ | |
| this.name = "AsyncDependencyToInitialChunkError"; | |
| /** @type {Module} */ | |
| this.module = module; | |
| /** @type {DependencyLocation} */ | |
| this.loc = loc; | |
| } | |
| } | |
| module.exports = AsyncDependencyToInitialChunkError; | |
Xet Storage Details
- Size:
- 997 Bytes
- Xet hash:
- 9a011e460398cbb040453f9538f7fa2b2ae24b24d02655007867359bf0757509
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.