J
J
Jedi2018-05-01 05:56:04
JavaScript
Jedi, 2018-05-01 05:56:04

Why does app.js interfere with FilePond.js?

Hello, I've run into this problem...
FilePond.js doesn't work when Laravel's app.js is included . I commented out the connection of this script, and it all worked!
Here is the app.js itself .
Why is this happening ?
Doesn't work in the sense that preview doesn't work when selecting a photo.
Help solve the problem, please.
Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Bille, 2018-05-01
@alexey_bille

Are you editing /public/app.js ?
Read the documentation https://laravel.com/docs/5.6/mix .
If the webpack config has not changed, then the /resources/assets/js/app.js file is built in /public/app.js with the npn run prod command

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question