kabisa / maji

Maji is a framework to build great hybrid mobile apps.
https://www.majimobile.com/
MIT License
18 stars 10 forks source link

Fix/hot reload #227

Closed matthijsgroen closed 6 years ago

matthijsgroen commented 6 years ago

Hot reload was on by default when using yarn start it was default off for bin/maji start

I changed it that bin/maji start will now also have livereload on.

you can still turn it off by running bin/maji start -l false

also, having live reload off produced errors in the console:

GET http://localhost:9090/__webpack_hmr 404 (Not Found)

This has also been fixed.