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

feat: improve ESM support #1384

Merged
merged 1 commit into from
Feb 28, 2021
Merged

feat: improve ESM support #1384

merged 1 commit into from
Feb 28, 2021

Conversation

bd82
Copy link
Member

@bd82 bd82 commented Feb 27, 2021

  • Use thin ESM wrapper for CJS output instead of double tsc compilation.
  • Replace webpack with esbuild
  • Add bundled versions of ESM build.

fixes #1383

@bd82 bd82 force-pushed the esm2 branch 9 times, most recently from 31d8716 to e357a77 Compare February 27, 2021 23:09
@bd82 bd82 changed the title build: imporve ESM support build: improve ESM support Feb 28, 2021
@bd82 bd82 changed the title build: improve ESM support feat: improve ESM support Feb 28, 2021
@bd82 bd82 force-pushed the esm2 branch 2 times, most recently from 401fa49 to 10f0916 Compare February 28, 2021 12:44
- Use thin ESM wrapper for CJS output instead of double tsc compilation.
- Replace webpack with esbuild
- Add bundled versions of ESM build.

fixes #1383
@bd82 bd82 merged commit 7c34557 into master Feb 28, 2021
@bd82 bd82 deleted the esm2 branch March 1, 2021 14:30
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.

improve ESM compatibility
1 participant