File "webpack.stub"

Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/invoiceshelf/modules/src/Commands/stubs/migration/webpack.stub
File size: 459 bytes
MIME-type: text/plain
Charset: utf-8

const dotenvExpand = require('dotenv-expand');
dotenvExpand(require('dotenv').config({ path: '../../.env'/*, debug: true*/}));

const mix = require('laravel-mix');
require('laravel-mix-merge-manifest');

mix.setPublicPath('../../public').mergeManifest();

mix.js(__dirname + '/Resources/assets/js/app.js', 'js/$LOWER_NAME$.js')
    .sass( __dirname + '/Resources/assets/sass/app.scss', 'css/$LOWER_NAME$.css');

if (mix.inProduction()) {
    mix.version();
}