Created
November 18, 2018 16:22
-
-
Save charlesBochet/059508f6673af220d2182e257dbdefc9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const mix = require('laravel-mix'); | |
require('laravel-mix-merge-manifest') | |
/* | |
|-------------------------------------------------------------------------- | |
| 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/customers/customers.js', 'public/js/customers') | |
.extract(['vue']) | |
.mergeManifest() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment