asyncapi / shape-up-process

This repo contains pitches and the current cycle bets. More info about the Shape Up process: https://basecamp.com/shapeup
https://shapeup.asyncapi.io
11 stars 8 forks source link

Create bundles for React component #105

Closed magicmatatjahu closed 3 years ago

magicmatatjahu commented 3 years ago

Remember

Currently our React component is saved in npm as "not bundled" esm module. We should at least have bundles for cjs and umd formats - for NodeJS and for browser.

asyncapi-bot commented 3 years ago

Hey! You've labeled this issue as a Scope. Remember you can use the following command to inform about its progress:

/progress <percentage> [message]

or

/progress <percentage>

A mutiline message.
It supports **Markdown**.
Example:
/progress 40 We're still figuring out how to implement this. We have an idea but it is not yet confirmed it will work.
/progress 50

A few notes:

* We got this figured out :tada:
* We're going to use [this library](#link-to-website) to avoid losing time implementing this algorithm.
* We decided to go for the quickest solution and will improve it if we got time at the end of the cycle.

:weight_lifting_woman: See the progress on the Shape Up Dashboard.

magicmatatjahu commented 3 years ago

/progress 5 Start task.

magicmatatjahu commented 3 years ago

/progress 70 Open PR https://github.com/asyncapi/asyncapi-react/pull/297

magicmatatjahu commented 3 years ago

/progress 75 Waiting for review and for merging this PR.

magicmatatjahu commented 3 years ago

/progress 100 PR with bundler is merged.