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 to use esbuild instead of babel #40

Merged
merged 6 commits into from
Oct 21, 2023
Merged

Conversation

kqito
Copy link
Owner

@kqito kqito commented Oct 21, 2023

Overview

Change to use esbuild

  • Use esbuild for improving build speed.
  • Remove babel
    • Along with the above, changes need to be made to storybook's and test's config. c5a2cc3
  • This change fixes a bug in babel config where the proper target was not being specified.

Change to use pnpm instead of yarn

  • This changing purpose is development experience by improving speed too.

@kqito kqito self-assigned this Oct 21, 2023
@kqito kqito force-pushed the feat/nk__fix-regeneratorRuntime branch from a485aff to 8dfe6be Compare October 21, 2023 04:21
@kqito kqito changed the title change to use esbuild instead of babel Change to use esbuild instead of babel Oct 21, 2023
@kqito kqito force-pushed the feat/nk__fix-regeneratorRuntime branch from c81e768 to 8eafa95 Compare October 21, 2023 04:41
@kqito kqito force-pushed the feat/nk__fix-regeneratorRuntime branch 3 times, most recently from 060f43b to b47293b Compare October 21, 2023 05:26
@kqito kqito force-pushed the feat/nk__fix-regeneratorRuntime branch from b47293b to feddf18 Compare October 21, 2023 05:37
@kqito kqito force-pushed the feat/nk__fix-regeneratorRuntime branch from feddf18 to 88983c0 Compare October 21, 2023 05:39
@kqito kqito merged commit ca7771a into main Oct 21, 2023
3 checks passed
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.

ReferenceError: regeneratorRuntime is not defined
1 participant