Created
September 10, 2017 16:01
-
-
Save mattn9x/5864b908c9b9cf7b05abca0e562096bd to your computer and use it in GitHub Desktop.
custom script build
This file contains hidden or 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": { | |
| "build": "webpack --process --color --config webpack.config.prod.js", | |
| "dev": "webpack-dev-server --inline --process --color --config webpack.config.dev.js" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment