Skip to content

Instantly share code, notes, and snippets.

@victorkurauchi
Last active January 8, 2019 01:56
Show Gist options
  • Save victorkurauchi/c8042f7a97b9e5f3ec0613d293c996aa to your computer and use it in GitHub Desktop.
Save victorkurauchi/c8042f7a97b9e5f3ec0613d293c996aa to your computer and use it in GitHub Desktop.
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