Skip to content

Commit

Permalink
Fix odd cypress webpack-dev-server hmr clash
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfalgout authored Aug 9, 2019
1 parent 9829a95 commit 2db9715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dev:coverage": "npm start & cypress open --env COVERAGE=open",
"kill": "pkill -f ./node_modules/.bin/webpack-dev-server",
"lint": "eslint --fix src/js/ && eslint --fix test/",
"start": "cross-env NODE_ENV=test webpack-dev-server --port 8090"
"start": "cross-env NODE_ENV=test webpack-dev-server --port 8090 --inline false"
},
"browserslist": [
">1%",
Expand Down

0 comments on commit 2db9715

Please sign in to comment.