Yicong-Huang commented on PR #6191: URL: https://github.com/apache/texera/pull/6191#issuecomment-4887047658
Manually tested this bump locally (PR head `0b56971`, checked out in a clean worktree). Both frontend builders that use `@angular-builders/custom-webpack` work fine on 21.1.0: **Setup** - `yarn install --frozen-lockfile` — succeeds; confirmed installed version is 21.1.0. **Production build (`custom-webpack:browser`)** - `yarn build` — exit code 0, 86s, complete `dist/` output (index.html, main bundle, wasm, assets — 47MB total). - Only the pre-existing CommonJS dependency warnings (jszip, lodash, etc.); no new errors or warnings. **Dev server (`custom-webpack:dev-server`)** - `ng serve --port 4201` — "Compiled successfully", HTTP 200 on `/`, page serves `<title>Texera</title>`. The 21.1.0 changelog is mostly ts-node config fixes and a webpack config merge fix (preserving anonymous plain-object plugins); no observed impact on our `custom-webpack.config.js` merge logic. Generated-by: Claude Code (claude-fable-5) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
