Created
March 11, 2018 14:33
-
-
Save zGrav/6ad94f9ffe71ae70728336320d2ae347 to your computer and use it in GitHub Desktop.
webpack-dashboard
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": { | |
"dev-server": "cross-env NODE_ENV=development WEBPACK_HOT=true API_ENDPOINT=//$npm_package_config_hostname:$npm_package_config_port DEBUG=server:* node --max_old_space_size=4096 server/index.js", | |
"prestart": "yarn install && yarn run test", | |
"start": "yarn run nodemon", | |
"nodemon": "webpack-dashboard -- nodemon --config nodemon.json --exec yarn run dev-server", | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment