jamesknelson / starter-kit

Project boilerplate using React, Redux and Uniloc
http://unicornstandard.com/packages/boilerplate.html
462 stars 42 forks source link

Some rookie questions #15

Open sjatkins opened 8 years ago

sjatkins commented 8 years ago

I am not clear there are source maps being generated as when I look at source files in Chrome devtools I am seeing stuff that has been chewed on a bit, that is no JSX. Am I missing something or does some other command than start do that?

Personally I would be happier if this did not throw Redux and gulp into the mix although I can see some advantages to the latter. I got to this page attempting to get a more pure webpack solution working directly. And so far at least I am well down the flux alt variant path.