Hey y'all, I'm unfamiliar with Laravel, I may educate myself on it + Laravel Mix at some stage.. but for now I'll jump right in and use Gulp, so my question is.. am I free to delete these files without repercussion:
webpack.mix.js
public/mix-manifest.json
public/js/site.js
(naturally, I'd assume yes - but I noticed this file comes with a bunch of content??)
Is there anything else that comes bundled in that is particular to a Laravel Mix environment that I can be free of?
Thanks!