webpack / react-starter

[OUTDATED] Starter template for React with webpack. Doesn't focus on simplicity! NOT FOR BEGINNERS!
2.21k stars 320 forks source link

use harmony jsx transform for all builds #19

Closed jgebhardt closed 9 years ago

jgebhardt commented 9 years ago

All non-"hot" build modes are currently failing compilation, since the Harmony transform is not being applied.

"Faulty" line: app/Application/index.js:36: var { stores } = this.context;

jgebhardt commented 9 years ago

Just realized that #18 already has this covered.