Skip to content

Instantly share code, notes, and snippets.

@uno-de-piera
Created May 23, 2018 16:03
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 uno-de-piera/779688433477053bbec36e0d47b3841e to your computer and use it in GitHub Desktop.
Save uno-de-piera/779688433477053bbec36e0d47b3841e 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.react('resources/assets/js/app.jsx', 'public/js')
.sass('resources/assets/sass/app.scss', 'public/css');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment