Working With Scripts
You can compile scripts using the mix.js
method. It accepts either a single file or an array of files to combine. Each file will be crawled for dependencies by Webpack.
The second argument to mix.js
is a configuration object.
Last updated