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

Add esbuild to the list of available bundlers #107

Merged
merged 3 commits into from
Jul 23, 2024

Conversation

jchavarri
Copy link
Collaborator

Ditto.

esbuild is fast (building cma app takes 58ms), and quite simple to set up. It also works very similarly in watch / dev mode than in regular build mode, which could be beneficial for integrations like the one spec'ed in #83.

I wasn't sure how to test, I just followed the instructions in CONTRIBUTING.md and created a new template. Then made sure the scripts in package.json worked:

image

@jchavarri
Copy link
Collaborator Author

Just realized the PR is missing a couple of things:

@jchavarri
Copy link
Collaborator Author

Both issues should be solved in the last two commits. @dmmulroy if everything's looking good to you, do you think we could publish a new version? 🥺

@dmmulroy dmmulroy merged commit 4d2d715 into dmmulroy:develop Jul 23, 2024
dmmulroy pushed a commit that referenced this pull request Jul 26, 2024
* add esbuild

* esbuild: add live reload

* fix esbuild readme template
dmmulroy added a commit that referenced this pull request Jul 26, 2024
* fix key errors, bump version

* Move index into public/index (#105)

* fix project names with nested dirs (#99)

* fix project names with nested dirs

* disallow names including '/'

* fix case where names have trailing '/'

* Add esbuild to the list of available bundlers (#107)

* add esbuild

* esbuild: add live reload

* fix esbuild readme template

* fix some typos

---------

Co-authored-by: David Sancho <[email protected]>
Co-authored-by: mbpowers <[email protected]>
Co-authored-by: Javier Chávarri <[email protected]>
dmmulroy added a commit that referenced this pull request Jul 26, 2024
* fix key errors

* v.1.2.0 (#108)

* fix key errors, bump version

* Move index into public/index (#105)

* fix project names with nested dirs (#99)

* fix project names with nested dirs

* disallow names including '/'

* fix case where names have trailing '/'

* Add esbuild to the list of available bundlers (#107)

* add esbuild

* esbuild: add live reload

* fix esbuild readme template

* fix some typos

---------

Co-authored-by: David Sancho <[email protected]>
Co-authored-by: mbpowers <[email protected]>
Co-authored-by: Javier Chávarri <[email protected]>

---------

Co-authored-by: David Sancho <[email protected]>
Co-authored-by: mbpowers <[email protected]>
Co-authored-by: Javier Chávarri <[email protected]>
@jchavarri jchavarri deleted the add-esbuild branch August 13, 2024 07:45
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.

2 participants