Skip to content
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

Vite build output prints weirdly with --bun #16647

Open
Gotxiko opened this issue Jan 23, 2025 · 0 comments
Open

Vite build output prints weirdly with --bun #16647

Gotxiko opened this issue Jan 23, 2025 · 0 comments
Labels
bug Something isn't working console Related to console apis

Comments

@Gotxiko
Copy link

Gotxiko commented Jan 23, 2025

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?

bunx --bun vite build

What is the expected behavior?

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

What do you see instead?

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

Additional information

No response

@Gotxiko Gotxiko added bug Something isn't working needs triage labels Jan 23, 2025
@Gotxiko Gotxiko changed the title Vite build output prints weirdly Vite build output prints weirdly with --bun Jan 23, 2025
@Gotxiko Gotxiko changed the title Vite build output prints weirdly with --bun Vite build output prints weirdly with --bun Jan 23, 2025
@RiskyMH RiskyMH added console Related to console apis and removed needs triage labels Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working console Related to console apis
Projects
None yet
Development

No branches or pull requests

2 participants