Skip to content

Instantly share code, notes, and snippets.

View fhulufhelo's full-sized avatar

Fhulufhelo Mokhomi fhulufhelo

  • South Africa, Johannesburg
View GitHub Profile
@fhulufhelo
fhulufhelo / .gitignore
Created November 15, 2018 12:14 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@fhulufhelo
fhulufhelo / package.json
Created October 20, 2018 14:51 — forked from mburakerman/package.json
Webpack 4 config.js (SCSS to CSS and Babel) 👌 The Simplest Usage 👌
{
"name": "webpack-sass",
"version": "1.0.0",
"scripts": {
"start": "webpack-dev-server --open --mode development",
"build": "webpack -p"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",