## Current Behavior There is currently no way to execute Rsbuild targets via Nx. ## Expected Behavior Add a `@nx/rsbuild/plugin` to infer targets based on the `rsbuild.config` files in the workspace. Also add an `init` generator to allow for `nx init` in existing rsbuild projects.
2 lines
76 B
TypeScript
2 lines
76 B
TypeScript
export { createNodesV2, RsbuildPluginOptions } from './src/plugins/plugin';
|