@nx/rsbuild
Version:
6 lines • 506 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;
export declare function addSourceDefine(tree: Tree, configFilePath: string, key: string, value: string): void;
//# sourceMappingURL=ast-utils.d.ts.map