This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Description
Summary
Hot reloading is broken in master. To reproduce:
- check out master
npm install and npm run dev
- make a change to en.json
- observe that you need to restart the dev server before this change is visible in the browser
I'm also getting an error on the command line start.js or filelist.json doesn't exist. Not sure if that is related but this is a fresh copy of master so not sure why there are errors.
It was working as of 07e53a2.