You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct main entry path in rsbuild-plugin project.json
The main entry was pointing to the wrong path (packages/rsbuild-plugin/cli/src/index.ts)
when it should be packages/rsbuild-plugin/src/cli/index.ts. This was causing TypeScript
compilation errors during the build process.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments