Simpler builds#1038
Conversation
There was a problem hiding this comment.
Code Review
This pull request attempts to simplify the build process across multiple packages (@draftbit/core, maps, native, theme, and ui) by removing the Babel compilation step and pointing the main and react-native entry points directly to the TypeScript source files. However, this introduces critical issues: first, the actual entry files in most of these packages are index.tsx rather than index.ts, which will cause module resolution to fail; second, publishing uncompiled TS/TSX files breaks compatibility with consumer environments that do not transpile node_modules by default. It is recommended to revert these changes or configure tsconfig.json to output compiled JavaScript files to a build directory.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
Published version: @draftbit/ui@54.0.8-6e4257.2 |
No description provided.