-
Notifications
You must be signed in to change notification settings - Fork 1
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
Migrate from webpack to esbuild #84
Conversation
This makes saxi buildable on a raspberry pi zero (webpack OOMs even with 1.5Gb of memory). This also enables live-reload during development.
There were some merge conflicts I tried to manually resolve in the package-lock.json, but I didn't test them - best to regenerate after merge. |
The line in question is a script in Is this supposed to be |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Typescript downgrade shouldn't be necessary if you upgrade typescript-eslint
, since it recently added support for 5.2
ahh yeah, I will add the missing serve script and upgrade typescript-eslint |
As I commented on the other PR, my intention is to merge all these changes into That said, works for me so thanks :) |
#98 should be included here |
This makes saxi buildable on a raspberry pi zero (webpack OOMs even with 1.5Gb of memory).
This also enables live-reload during development.
This should also speed things up, but i haven't benchmarked it