Open nsonnad opened 9 years ago
Currently updates from changes to javascript can be slow. We should switch to watchify and split all vendor JS into a vendor bundle so that React, D3 etc are not included in the watched files.
FYI. Decent example: https://gist.github.com/wesbos/52b8fe7e972356e85b43
@bradoyler did you want to take this one on? Happy to take a PR otherwise we can try to incorporate it into the roadmap
Currently updates from changes to javascript can be slow. We should switch to watchify and split all vendor JS into a vendor bundle so that React, D3 etc are not included in the watched files.