Skip to content

Instantly share code, notes, and snippets.

@mattvagni
Created January 15, 2017 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattvagni/b105aaef331a76c5723d37e5bf6feb1f to your computer and use it in GitHub Desktop.
Save mattvagni/b105aaef331a76c5723d37e5bf6feb1f to your computer and use it in GitHub Desktop.
"scripts": {
"build:client": "webpack --config webpack.config.js",
"build:server": "BABEL_ENV=server babel src --out-dir ./build/server",
"watch:client": "npm run build:client -- --watch",
"watch:server": "npm run build:server -- --watch"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment