We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--bun
1.2.0+b0c5a7655
Darwin 24.2.0 arm64 arm
bunx --bun vite build
It should print like this:
vite v6.0.11 building for development... ✓ 34 modules transformed. app/build/styles-DYg_SGVv.css 21.61 kB │ gzip: 5.56 kB app/build/scripts-BjuhBZ5Z.js 0.26 kB │ gzip: 0.22 kB │ map: 0.43 kB app/build/scripts-BMf4JsN3.js 0.32 kB │ gzip: 0.23 kB │ map: 0.40 kB app/build/scripts-DBUpvNZl.js 1.50 kB │ gzip: 0.69 kB │ map: 2.08 kB app/build/main-BBALNf9e.js 534.09 kB │ gzip: 95.85 kB │ map: 840.49 kB ✓ built in 631ms
It prints like this instead:
vite v6.0.11 building for development... ✓ 34 modules transformed. app/build/styles-DYg_SGVv.css 21.61 kB │ gzip: 5.56 kB app/build/scripts-DW3Bzluo.js 0.26 kB │ gzip: 0.22 kB │ map: 0.43 kB app/build/scripts-D380zU0t.js 0.32 kB │ gzip: 0.23 kB │ map: 0.40 kB app/build/scripts-Cn9DgKZ5.js 1.50 kB │ gzip: 0.69 kB │ map: 2.08 kB app/build/main-N7cTiQ_E.js 533.85 kB │ gzip: 95.81 kB │ map: 840.47 kB ✓ built in 697ms
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of Bun is running?
1.2.0+b0c5a7655
What platform is your computer?
Darwin 24.2.0 arm64 arm
What steps can reproduce the bug?
What is the expected behavior?
It should print like this:
What do you see instead?
It prints like this instead:
Additional information
No response
The text was updated successfully, but these errors were encountered: