rusackas opened a new pull request, #38173: URL: https://github.com/apache/superset/pull/38173
## Summary Adds the missing `currencyformatter.js` dependency to the handlebars plugin. The `just-handlebars-helpers` package has `currencyformatter.js` as a peer dependency for its `formatCurrency` helper. Without this dependency installed, webpack fails during build with: ``` Module not found: Error: Can't resolve 'currencyformatter.js' in '.../just-handlebars-helpers/lib/helpers' ``` This was blocking PR #37141 and potentially affecting other builds. ## Test plan - [x] Build completes successfully with `npm run build` 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
