| Total Complexity | 0 |
| Complexity/F | 0 |
| Lines of Code | 16 |
| Function Count | 0 |
| Duplicated Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | let mix = require('laravel-mix'); |
||
| 2 | |||
| 3 | /* |
||
| 4 | |-------------------------------------------------------------------------- |
||
| 5 | | Mix Asset Management |
||
| 6 | |-------------------------------------------------------------------------- |
||
| 7 | | |
||
| 8 | | Mix provides a clean, fluent API for defining some Webpack build steps |
||
| 9 | | for your Laravel application. By default, we are compiling the Sass |
||
| 10 | | file for the application as well as bundling up all the JS files. |
||
| 11 | | |
||
| 12 | */ |
||
| 13 | |||
| 14 | mix.setPublicPath('public') |
||
| 15 | .js('resources/assets/js/mixpanel.js', 'genealabs-laravel-mixpanel/js') |
||
| 16 | .version(); |
||
| 17 |