1 comment

[ 3.2 ms ] story [ 8.3 ms ] thread
I'm pleasantly surprised I can run my nodejs based tools without any changes with simply "bun run [script]" instead of "yarn [script]"

It doesn't seem to make tools like webpack/eslint/playwright run any faster than nodejs (eslint was actually slower)

Sadly, I can't run anything else because my projects were made with webpack specific APIs like require.context and DefinePlugin