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
@hcivelek
hcivelek / package.json
Last active November 25, 2020 19:51 — forked from jez500/package.json
Simple Webpack 4 Compile SCSS to CSS config with autoprefix and minify
{
"name": "my-project",
"version": "1.0.0",
"description": "Simple and JS SCSS complie with autoprefix and minify",
"scripts": {
"build": "webpack",
"watch": "webpack --watch"
},
"devDependencies": {
"autoprefixer": "^9.0.0",