Skip to content

Instantly share code, notes, and snippets.

@charlesBochet
Created November 18, 2018 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charlesBochet/0d7d9546e69b0b318b271a4e475fd509 to your computer and use it in GitHub Desktop.
Save charlesBochet/0d7d9546e69b0b318b271a4e475fd509 to your computer and use it in GitHub Desktop.
const mix = require('laravel-mix');
/*
|--------------------------------------------------------------------------
| Mix Asset Management
|--------------------------------------------------------------------------
|
| Mix provides a clean, fluent API for defining some Webpack build steps
| for your Laravel application. By default, we are compiling the Sass
| file for the application as well as bundling up all the JS files.
|
*/
mix.js('resources/js/backoffice/backoffice.js', 'public/js/backoffice')
.extract(['jquery', 'bootstrap', 'lodash', 'popper.js', 'vue'])
mix.js('resources/js/customers/customers.js', 'public/js/customers')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment