@rspack/core
Version:
The fast Rust-based web bundler with webpack-compatible API
14 lines (13 loc) • 369 B
TypeScript
/**
* The following code is from
* https://github.com/webpack/loader-runner
*
* MIT Licensed
* Author Tobias Koppers @sokra
* Copyright (c) JS Foundation and other contributors
* https://github.com/webpack/loader-runner/blob/main/LICENSE
*/
declare class LoadingLoaderError extends Error {
constructor(message: string);
}
export default LoadingLoaderError;