ActivePieces has switched its build system for “pieces” from Nx to Turbo, making builds significantly faster and simpler—engine build times dropped from about 11 seconds to 0.4 seconds. Each piece now builds locally to its own dist folder, using standard package.json scripts instead of complex project.json configurations. Workspace dependencies are made explicit in package.json. Custom piece developers must migrate their pieces to Turbo using an automated script, which updates build scripts, adjusts tsconfig outputs, and removes old Nx files. A guide is available, and support is provided for any migration issues.
https://community.activepieces.com/t/piece-building-just-got-way-faster-and-simpler/11615

Leave a Reply