nx/packages/rsbuild/index.ts
Colum Ferry 2db82dd36d
feat(rsbuild): move plugin export to root of package (#29415)
## 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.
2024-12-19 14:09:57 +00:00

2 lines
76 B
TypeScript

export { createNodesV2, RsbuildPluginOptions } from './src/plugins/plugin';