HubSpot / calling-extensions-sdk

A JavaScript SDK for integrating calling apps into HubSpot.
https://developers.hubspot.com/docs/api/crm/extensions/calling-sdk
MIT License
46 stars 29 forks source link

Support the module field in package.json #132

Closed esme closed 1 year ago

esme commented 1 year ago

Description

Jira Ticket: CALL-3877 GH Issue: https://github.com/HubSpot/calling-extensions-sdk/issues/131

Include javascript files to support the module field for bundlers like Rollup or Webpack 2 to import these files directly.

image

Merge Checklist

Q A
Adds Documentation?
Any Dependency Changes?
Patch: Bug Fix? yes
Minor: New Feature?
Major: Breaking Change?

BRAVE Checklist

Q A
Backwards Compatible?
Rollout/Rollback Plan?
Automated test coverage?
Verified that changes work? ✅ Tested with alpha version on stackblitz
Expect Dependencies to Fail?