## Current Behavior The Rsbuild plugin is exported at `@nx/rsbuild/plugin` ## Expected Behavior Export the plugin from `@nx/rsbuild` i.e. the root of the package.
2 lines
76 B
TypeScript
2 lines
76 B
TypeScript
export { createNodesV2, RsbuildPluginOptions } from './src/plugins/plugin';
|