Build error when compiling alpine component #14866
Replies: 2 comments
-
Could you share the code that you are using? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @leandrocfe, I apologize for the late reply. I ended up using a different way. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
Panel builder
Package Version
v3.2.49
How can we help you?
I'm working on a custom file upload implementation using Filament PHP with an Alpine component. When I compile the component using esbuild, the build fails if I import the Axios library, but passes when I remove it.
Breakdown:
I absolutely need to use Axios in this component. Has anyone encountered a similar issue or know how to resolve this esbuild configuration conflict?
Attempted Troubleshooting:
Any guidance on resolving this would be greatly appreciated!
Here are the logs to the failed build
failed esbuild logs.txt
Beta Was this translation helpful? Give feedback.
All reactions