Last active
January 8, 2019 01:56
package.json
This file contains 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": { | |
"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