Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View jakeguti's full-sized avatar

Jarod jakeguti

  • spain
View GitHub Profile
@jakeguti
jakeguti / package.json
Last active May 29, 2020 01:40
Basic webpack configuration file for Sass and ES6+ projects.
{
"name": "webpack-config-file",
"version": "1.0.0",
"description": "Basic webpack configuration file for Sass and ES6+ projects.",
"main": "index.js",
"author": "jarod",
"license": "MIT",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open",
"prod": "cross-env NODE_ENV=production webpack"