Skip to content

Instantly share code, notes, and snippets.

@dvonlehman
Last active December 28, 2015 00:04
Show Gist options
  • Save dvonlehman/2f9fa47b2bfbc312eee8 to your computer and use it in GitHub Desktop.
Save dvonlehman/2f9fa47b2bfbc312eee8 to your computer and use it in GitHub Desktop.
{
"name": "my-react-project",
"version": "1.0.0",
"scripts": {
"build": "node_modules/.bin/awesome-build build react es2015 sass ./dist",
"watch": "node_modules/.bin/awesome-build watch react es2015 sass"
},
"devDependencies": {
"awesome-build": "^x.x.x"
},
"dependencies": {
"react": "^x.x.x"
}
}
@tomasikp
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment