HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/MdnDirecteur/hours.komma.cloud/webpack.mix.js
const mix = require('laravel-mix');

mix.webpackConfig({ devtool: "inline-source-map" });

mix.setPublicPath('wwwroot');
mix.options({
    processCssUrls: false,
    postCss: [
        require('autoprefixer')({
            grid: true,
            overrideBrowserslist: [
                '> 2%',
                'ie 11'
            ]
        }),
    ]
});

mix.disableSuccessNotifications();

/*
 |--------------------------------------------------------------------------
 | 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.sass('resources/assets/sass/app.scss', 'css/app.css');