Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

ESBuild builder resource #189

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AleksanderEvensen
Copy link

So recently I've been messing around with the ESBuild bundler API, which is a extremely fast JavaScript bundler, and I felt like I needed a builder resource for the Cfx.re platform that utilizes this API.

If you want to read more about the ESBuild bundler you can check out the website here: https://esbuild.github.io/
and the source code here: https://github.com/evanw/esbuild

I've also included a README file that demonstrates the different ways you can use this resource, and why you may or may not use the ESBuild api.

fix(esbuild): Completed the shouldBuild checks

feat(esbuild): Started on worker-farm setup

feat(esbuild): Started on caching plugin for esbuild

fix(esbuild): Builder complete, remains to optimize

fix(esbuild): Cleaned up come code, and added a simple README for documentation

fix(esbuild): Spelling mistakes

fix(esbuild): More spelling mistakes
@AleksanderEvensen
Copy link
Author

For some reason, you can't use plugins with this resource. I will try to figure out why you can't use them.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant