Skip to content

Instantly share code, notes, and snippets.

View mohammad-erdin's full-sized avatar
🏠
Working from home

Egy Mohammad Erdin mohammad-erdin

🏠
Working from home
View GitHub Profile
@mohammad-erdin
mohammad-erdin / webpack.mix.js
Last active May 9, 2022 12:06
Laravel Mix Configuration
/* eslint-disable no-param-reassign */
// definition
const mix = require('laravel-mix');
const glob = require('glob');
const fs = require('fs');
require('laravel-mix-php-serve');
mix
.options({