-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What is the problem this feature would solve?
I often want to be able to edit long LLM prompts with nice formatting so I store them in git as markdown files.
I want to use these in my code so I import them. I have to add [loader] ".md" eveywhere. When I have monorepo with 10 projects, it means 10 bunfig.toml files in my repo yaaay
What is the feature you are proposing to solve the problem?
just letting me import markdown by default
What alternatives have you considered?
[loader] ".md" = "text"
I could use this and go out and try to fix every tool running bun bundler to properly load bunfig.toml, but IMHO adding it to the core would save a lot of people lot of time
capaj, drbobkazamakis, romankuzmin, BleedingDev, miroslavzeman and 5 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request