leftstick / generator-es6-angular

Yeoman generator for es6 based angular skeleton
https://leftstick.github.io/generator-es6-angular
MIT License
74 stars 18 forks source link

Source maps to styles #5

Closed tiagojdf closed 8 years ago

tiagojdf commented 8 years ago

How would you go about adding source maps for styles ? (CSS, etc.)

tiagojdf commented 8 years ago

Just found out you need to replace devtool: "sourcemap" with "source-map"

leftstick commented 8 years ago

Thanks for reporting this issue, fixed