react-webpack-generators / generator-react-webpack

Yeoman generator for ReactJS and Webpack
http://newtriks.com/2013/12/31/automating-react-with-yeoman-and-grunt/
MIT License
2.87k stars 356 forks source link

Does sourcemap have no effect? #193

Closed qcgm1978 closed 8 years ago

qcgm1978 commented 8 years ago

Hello: The devtool console prompt many ''//@ sourceURL' and '//@ sourceMappingURL' are deprecated, please use '//# sourceURL=' and '//# sourceMappingURL=' instead.' Dose it indicate sourcemap have no effect?

weblogixx commented 8 years ago

Hi @qcgm1978,

Sourcemaps are generated via webpack and they do not seem to be configurable. I think you will have to wait until webpack updates its sourcemap generation code.

However, both webpack generated sourcemaps (dev and dist) are just working fine for me in all browsers.

Hope this helps.

qcgm1978 commented 8 years ago

Ok,I'll check it effective or not.thank your help:)