Skip to content

Instantly share code, notes, and snippets.

View elgganor's full-sized avatar
💻
Working

Elgganor elgganor

💻
Working
View GitHub Profile
@elgganor
elgganor / package.json
Created January 25, 2020 09:44
Minimal webpack configuration
{
"name": "projectTitle",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --open",
"watch": "webpack --watch",
"build": "webpack"