How to configure Webpack and drop Elixir/Gulp from my project?
I Upgraded a project using Laravel 5.3 to 5.4. And I would like to start using Webpack. But I don't know how to configure webpack and drop Elixir/Gulp from that project.
There really isn't much to configure for a Laravel project that is not already done for you. In the github project, you will find some docs on usage. The rest is just understanding how Webpack works and what it is used for. You will find with experience that Webpack is very flexible and can be used in any situation.