@nx/rsbuild
Version:
5 lines • 395 B
TypeScript
import { type Tree } from '@nx/devkit';
export declare function addHtmlTemplatePath(tree: Tree, configFilePath: string, templatePath: string): void;
export declare function addCopyAssets(tree: Tree, configFilePath: string, from: string): void;
export declare function addExperimentalSwcPlugin(tree: Tree, configFilePath: string, pluginName: string): void;
//# sourceMappingURL=ast-utils.d.ts.map