UNPKG

@nx/rsbuild

Version:

The Nx Plugin for Rsbuild contains an Nx plugin, executors and utilities that support building applications using Rsbuild.

6 lines 506 B
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