Files
nrwl--nx/packages/rsbuild/config-utils.ts
T
2026-07-13 12:38:36 +08:00

11 lines
392 B
TypeScript

export { addBuildPlugin } from './src/utils/add-build-plugin';
export {
addCopyAssets,
addHtmlTemplatePath,
addExperimentalSwcPlugin,
addSourceDefine,
} from './src/utils/ast-utils';
export * as versions from './src/utils/versions';
export { getRsbuildE2EWebServerInfo } from './src/utils/e2e-web-server-info-utils';
export { hasRsbuildPlugin } from './src/utils/has-rsbuild-plugin';