Skip to content
Snippets Groups Projects
Commit da51d055 authored by mj83's avatar mj83
Browse files

option for watching webpack-dev-server work progress

parent 45219bc2
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@
"test-e2e-sauce": "USE_SAUCE=true yarn run test-e2e",
"build": "webpack --bail",
"build-watch": "webpack --watch",
"build-hot": "NODE_ENV=hot webpack --bail && NODE_ENV=hot webpack-dev-server",
"build-hot": "NODE_ENV=hot webpack --bail && NODE_ENV=hot webpack-dev-server --progress",
"start": "yarn run build && lein ring server",
"storybook": "start-storybook -p 9001",
"preinstall": "ps -fp $PPID | grep -q yarn || echo '\\033[0;33mSorry, npm is not supported. Please use Yarn (https://yarnpkg.com/).\\033[0m'"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment