Skip to content

add support for esbuild loaders #566

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vlupinek
Copy link

@vlupinek vlupinek commented May 28, 2024

esbuild have possibility to define own loaders
https://esbuild.github.io/content-types/

I use it e.g. for graphql files.

@manfredsteyer
Copy link
Contributor

Did you try out this PR? Do we really just need this line of code?

@vlupinek
Copy link
Author

vlupinek commented Jun 5, 2024

Yes. I tried it. Without this I cannot use custom loader.

@JuNe98
Copy link

JuNe98 commented Mar 14, 2025

@manfredsteyer can this feature please be added in the next release? Should do the job as far as I can see in the esbuild docs. In the angular-esbuild-adapter this attribute will get lost without this line of code.

Copy link

@JuNe98 JuNe98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should do the job following the esbuild docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants