Skip to content

Commit

Permalink
Merge pull request #889 from redfin/dfabulich-generator-hot-reload
Browse files Browse the repository at this point in the history
Enable hot reloading in yeoman generated projects.
  • Loading branch information
roblg authored Mar 3, 2017
2 parents ca3e74c + 47b57de commit 35ea748
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"host": "0.0.0.0",
"port": 3000,
"jsPort": 3001,
"hot": false,
"hot": true,
"minify": false,
"longTermCaching": false,
"compileOnly": false,
Expand Down

0 comments on commit 35ea748

Please sign in to comment.