esbuild #959
Closed
j4k0xb
started this conversation in
Show and tell
esbuild
#959
Replies: 2 comments
-
@j4k0xb that sounds super promising and interesting. I will have some time available to work on Abracadabra around Christmas, so feel free to open a PR. Always happy to optimize the dev or user experience for the extension 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Implemented with #960, thank you again! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
abracadabra/docs/adr/0011-use-babel-jest-instead-of-ts-jest.md
Line 23 in b10f3b5
Imo esbuild is now mature enough to be considered: Both node and web extension bundles work, there are source maps and a bundle size analyzer.
It results in a much more pleasant development experience when pressing F5: 0.6s build time instead of 73s.
Are you interested in a PR? https://github.com/j4k0xb/abracadabra/tree/esbuild
Other optimization ideas:
abracadabra/package.json
Line 49 in b10f3b5
currently takes 26s. It could also use esbuild or explore if running vitest directly on the source files is faster (if it isn't too much work)
Beta Was this translation helpful? Give feedback.
All reactions