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

Change library build method #174

Merged
merged 4 commits into from
May 18, 2023
Merged

Change library build method #174

merged 4 commits into from
May 18, 2023

Conversation

patinthehat
Copy link
Member

  • Convert the method of building the node/web libraries to esbuild instead of rollup
  • Minor package.json updates

@what-the-diff
Copy link

what-the-diff bot commented May 18, 2023

PR Summary

  • New build configuration for standalone library
    Added a separate build configuration to support the standalone library.
  • Build system switch from Rollup to esbuild
    Updated the build system to use esbuild instead of Rollup, providing better performance.
  • Dependencies cleanup and update
    Removed unused dependencies and updated some relevant ones, like dayjs, for improved stability.
  • Fix for TypeScript declarations generation
    Resolved an issue in the generation of TypeScript declaration files, ensuring compatibility when used as a dependency in other TypeScript projects with Webpack.

@patinthehat patinthehat merged commit 801b8dd into main May 18, 2023
@patinthehat patinthehat deleted the fix-broken-build-1 branch May 18, 2023 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant