-
Notifications
You must be signed in to change notification settings - Fork 5
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
Switch to esbuild? #7
Comments
Sure. Never heard of esbuild before, and I wasn't bothered by a few seconds to build, but webpack clearly has issues and doing this in pyodide-worker-runner may be interesting. Just check that |
I tried following these steps in pyodide-worker-runner. Issues I noticed:
I'm sure these are all fixable, just pointing them out. |
Right the word "basic" is doing some work here, unfortunately I mean with some loss of functionality. Hopefully it's possible to get the functionality you need back but I think esbuild is not a fully general replacement for webpack. |
I got a basic build working with esbuild via:
build.mjs
node build.mjs
This is advantageous because
esbuild
has 30x faster build times:The text was updated successfully, but these errors were encountered: