Last active
May 14, 2016 18:50
-
-
Save dtothefp/1d13dece028330225650 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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