Did you watch this full tutorial: https://laracasts.com/series/learn-laravel-mix
If you did I can answer the questions for you of course. But just want to make sure you watched that one ;)
Hi
I've gotten to the point in my project where I need to learn about Laravel Mix. I've done the course here, but still foggy on a few key concepts - maybe you can halp?
Conceptually, what's the purpose of the bootstrap.js file? Is this just for registering globals? There's mostly window.whatevers in there...
Where should I import stuff like jquery-ui, sweetalert2, dropzone, etc. ? bootstrap.js? app.js? directly in my webpack.mix.js file? Somewhere else? I've seen it done several ways...
What's the general rule on libraries that are on a CDN? Is it better to just reference those in my blade files? Download them? Is there a way to add them into my mix file?
What about my own script files? Should I just require them in my app.js file? Do I need to concatenate them in my mix file?
Please or to participate in this conversation.