laravel-elixir-webpack
Simple extension to laravel elixir to build javascript bundle with webpack.
Install
npm install --save-dev laravel-elixir-webpack
Usage
Example Gulpfile:
var elixir = ; ; ;
First argument is the entry point of your application (default directory is resources/assets/js). In third argument you could pass webpack options. In production bundle will be compressed.
Advanced example
;