UNPKG

@nx/rsbuild

Version:

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

5 lines 395 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; //# sourceMappingURL=ast-utils.d.ts.map