Skip to content

Instantly share code, notes, and snippets.

@dtothefp
Last active May 14, 2016 18:50
Show Gist options
  • Save dtothefp/1d13dece028330225650 to your computer and use it in GitHub Desktop.
Save dtothefp/1d13dece028330225650 to your computer and use it in GitHub Desktop.
"scripts": {
"dev-server": "webpack-dev-server — config webpack-dev-server.config.js — progress — colors — port 2992 — inline",
"hot-dev-server": "webpack-dev-server — config webpack-hot-dev-server.config.js — hot — progress — colors — port 2992 — inline",
"build": "webpack — config webpack-production.config.js — progress — profile — colors",
"start-dev": "node lib/server-development",
"start": "node lib/server-production"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment