Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fuselage-hooks bundling #258

Merged
merged 6 commits into from
Jul 13, 2020
Merged

fix: fuselage-hooks bundling #258

merged 6 commits into from
Jul 13, 2020

Conversation

tassoevan
Copy link
Collaborator

This PR aims to fix two bundling-related issues of @rocket.chat/fuselage-hooks:

  1. @rocket.chat/fuselage-tokens isn't bundled correctly as it's treated as an external dependency;
  2. TypeScript version used for microbundle is outdated (e.g. no support for optional chaining).

To accomplish that, we reverted to rollup as the bundler and set ES5 as the target in tsconfig.json, while adding commonjs, esm and umd build formats.

Additionally, the README file was updated and clean, and the API Extractor is being tested as an alternative to generate API reference documentation.

@ggazzo ggazzo merged commit 8539ccf into develop Jul 13, 2020
@ggazzo ggazzo deleted the fix/hooks-bundling branch July 13, 2020 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants