Skip to content

Instantly share code, notes, and snippets.

View willyarisky's full-sized avatar
🇮🇩
Working from paradise

Willy Arisky willyarisky

🇮🇩
Working from paradise
View GitHub Profile
@willyarisky
willyarisky / package.json
Created September 7, 2020 15:41 — forked from tofikhidayatxyz/package.json
Simpe laravelmix config for auto prefixer
let mix = require('laravel-mix');
require('laravel-mix-purgecss');
require('laravel-mix-polyfill');
const path = require('path')
mix.options({
processCssUrls: false, // enable this if need auto process css url
postCss: [
require('autoprefixer')({