UNPKG

@nx/rspack

Version:

The Nx Plugin for Rspack contains executors and generators that support building applications using Rspack.

7 lines 277 B
import { Tree } from '@nx/devkit'; import * as ts from 'typescript'; export declare function extractRspackOptions(tree: Tree, rspackConfigPath: string): { withNxConfig: "" | ts.Node; withReactConfig: "" | ts.Node; }; //# sourceMappingURL=extract-rspack-options.d.ts.map