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
1.0.28+705638470
Darwin 23.3.0 arm64 arm
dist main.ts test.hbs
// main.ts import text from "./test.hbs"; console.log(text);
bun build ./main.ts --compile --outfile ./dist/main
The output file is correctly created in dist/main folder.
dist/main
The output file is created adjacent to main.ts.
This happens with other unsupported file extensions. This does not happen with txt file extension.
txt
The text was updated successfully, but these errors were encountered:
Probably duplicate of #8697
Sorry, something went wrong.
Duplicate of #8697
No branches or pull requests
What version of Bun is running?
1.0.28+705638470
What platform is your computer?
Darwin 23.3.0 arm64 arm
What steps can reproduce the bug?
bun build ./main.ts --compile --outfile ./dist/main
What is the expected behavior?
The output file is correctly created in
dist/main
folder.What do you see instead?
The output file is created adjacent to main.ts.
Additional information
This happens with other unsupported file extensions. This does not happen with
txt
file extension.The text was updated successfully, but these errors were encountered: