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

Migrating from TSDX to microbundle #49

Merged
merged 18 commits into from
Apr 27, 2021
Merged

Migrating from TSDX to microbundle #49

merged 18 commits into from
Apr 27, 2021

Conversation

framini
Copy link
Contributor

@framini framini commented Apr 26, 2021

The code in this changeset includes the migration from tsdx to microbundle. Included features:

  • TSDX is now completely removed and microbundle is being used by every package
  • Custom Jest setup
  • Configured the ouput for both, build and start for each package
  • Updated all package.json to use the standard names (main, exports, types and module)
  • New root-level script, npm run test to run the whole test suite.

Closes #44
Closes #6

@framini framini requested a review from edolix April 26, 2021 11:09
@edolix
Copy link
Contributor

edolix commented Apr 26, 2021

@framini framini changed the title WIP for migrating from TSDX to microbundle Migrating from TSDX to microbundle Apr 27, 2021
packages/web/tsconfig.build.json Show resolved Hide resolved
packages/web/package.json Outdated Show resolved Hide resolved
package.json Show resolved Hide resolved
packages/web/package.json Show resolved Hide resolved
@edolix edolix merged commit e7d17e4 into main Apr 27, 2021
@edolix edolix deleted the fr/web-umd branch June 22, 2021 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TSDX and Rollup Config Check package.json fields
2 participants