bdefore / universal-redux

An npm package that lets you jump right into coding React and Redux with universal (isomorphic) rendering. Only manage Express setups or Webpack configurations if you want to.
MIT License
460 stars 48 forks source link

Avoid double stringify of config.globals values #72

Closed jazzido closed 8 years ago

jazzido commented 8 years ago

Incoming globals were already stringifyed in merge-configs.js

bdefore commented 8 years ago

Good catch, thanks.

jazzido commented 8 years ago

:+1:

bdefore commented 8 years ago

Released with 3.0.0-rc24