Skip to content

Instantly share code, notes, and snippets.

@victorkurauchi
Last active January 8, 2019 01:56
package.json
"scripts": {
"test": "jest",
"build": "NODE_ENV=production webpack --mode production",
"dev": "NODE_ENV=dev webpack --progress --colors --watch"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment