Closed ORESoftware closed 8 years ago
perhaps using
$ npm run dev
instead of
$ npm run build
is good enough? probably :)
Hi @ORESoftware — yes, npm run dev
(or npm start
) will build incrementally 👍
thanks! makes sense, and HMR is in place.
one issue I am having is that login is not working,
if I click Google/Github/Twitter, I do not get directed to an OAuth page, never am logged in, and also, I never see any todo page!
I want to make some todos! I am not sure how to debug this problem. Do you have any ideas?
my guess is my auth on my firebase account is not setup correctly
yep, here is why
thanks anyway, you can close!
I am new to ES6 modules - the build for this project takes awhile, I am used to reloading the web app after making changes to client code :)
is there an easy way to do an incremental build with WebPack for this project? Please let me know! thanks for this project!