Build error when compiling alpine component
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:
Attempted Troubleshooting:
Breakdown:
- Importing Axios causes the esbuild compilation to fail
- Removing Axios library allows successful compilation
Attempted Troubleshooting:
- Verified Axios is installed via npm
- Confirmed no syntax errors in the import