dojo / cli-build-webpack

🚀 **DEPRECATED** Dojo 2 - cli command for building applications
http://dojo.io
Other
4 stars 19 forks source link

CSS Source Maps #243

Closed kitsonk closed 6 years ago

kitsonk commented 6 years ago

Bug

It appears since we moved to webpack 3, source maps for CSS does not appear to be working any longer. When inspecting a class name, you end up being directed to the "bundled" CSS instead of the source CSS, though the source CSS does appear to be available in the webpack bundle.

agubler commented 6 years ago

CSS source maps are working as expected in cli-build-app and cli-build-webpack has been deprecated.