OfficeDev / microsoft-teams-ui-component-library

Component library enhanced experiences styled for use in Microsoft Teams custom applications.
MIT License
127 stars 30 forks source link

Ship CommonJS modules as well #57

Closed dvdzkwsk closed 3 years ago

dvdzkwsk commented 3 years ago

Changes our dist output from: /lib/index.js to /lib/{cjs,esm}/index.js. Technically a breaking change if any consumer is importing from a specific path from the package, but that's debatable since reaching into a package's internal folder structure isn't documented to be consistent.

Fixes https://github.com/OfficeDev/microsoft-teams-ui-component-library/issues/56