@nx/rspack
Version:
17 lines • 649 B
TypeScript
import type { Compiler } from '@rspack/core';
import type { NxAppRspackPluginOptions } from '../utils/models';
/**
* This plugin provides features to build Node and Web applications.
* - TS Support (including tsconfig paths
* - Assets handling
* - Stylesheets handling
* - index.html and package.json generation
*
* Web-only features, such as stylesheets and images, are only supported when `target` is `web` or `webworker`.
*/
export declare class NxAppRspackPlugin {
private readonly options;
constructor(options?: NxAppRspackPluginOptions);
apply(compiler: Compiler): void;
}
//# sourceMappingURL=nx-app-rspack-plugin.d.ts.map