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

Implement build and watch script #5

Open
3 of 6 tasks
yvvki opened this issue Jan 4, 2024 · 0 comments
Open
3 of 6 tasks

Implement build and watch script #5

yvvki opened this issue Jan 4, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@yvvki
Copy link
Owner

yvvki commented Jan 4, 2024

Currently the project uses a module type Javascript main.js that is being bundled out to out/main.cjs (CommonJS type).

This project doesn't have a bundler yet.

Solution

We will not using ESBuild and use SWC instead, since it's faster and more modern.

@yvvki yvvki added the enhancement New feature or request label Jan 4, 2024
@yvvki yvvki self-assigned this Jan 4, 2024
@yvvki yvvki added this to the 1.0 MVP milestone Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant