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
The way you are handling assets path is incorrect and it is not possible to build the project properly.
For example:
crater/resources/scripts/components/base/BaseFileUploader.vue
Line 565 in 05d5ce2
Return this error:
As indicated in Laravel documentation, you replace URL by:
const imgUrl = new URL('../../../static/img/default-avatar.jpg', import.meta.url)
The text was updated successfully, but these errors were encountered:
I created a PR to fix this issue: #1223 It also add the ability to use the ASSET_URL config option.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The way you are handling assets path is incorrect and it is not possible to build the project properly.
For example:
crater/resources/scripts/components/base/BaseFileUploader.vue
Line 565 in 05d5ce2
Return this error:
As indicated in Laravel documentation, you replace URL by:
The text was updated successfully, but these errors were encountered: