Skip to content

Instantly share code, notes, and snippets.

View hcivelek's full-sized avatar
🏠
Working from home

Hasan Civelek hcivelek

🏠
Working from home
View GitHub Profile
@jez500
jez500 / package.json
Created December 26, 2018 11:32
Simple Webpack 4 Compile SCSS to CSS config with autoprefix and minify
{
"name": "my-project",
"version": "1.0.0",
"description": "Simple SCSS complie with autoprefix and minify",
"scripts": {
"build": "webpack"
},
"devDependencies": {
"autoprefixer": "^9.0.0",
"breakpoint-sass": "^2.7.1",