banderson / generator-redux

CLI tools for Redux: next-gen functional Flux/React with devtools
252 stars 36 forks source link

Source maps not working #22

Closed hackhat closed 8 years ago

hackhat commented 8 years ago

You have to add devtool: 'source-map', in the webpack.config.js

banderson commented 8 years ago

@hackhat this will be in the next version 0.3.2, committed to master as e29aa42.