Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source maps #13

Closed
conradz opened this issue May 6, 2014 · 1 comment
Closed

Source maps #13

conradz opened this issue May 6, 2014 · 1 comment

Comments

@conradz
Copy link

conradz commented May 6, 2014

Is it possible to use CSS source maps in the generated style, so that developer tools could show the location of the styles? Right now it is non-obvious where a style was defined in the source code, especially when using @import to include other CSS files in the bundle.

@sokra
Copy link
Member

sokra commented Sep 7, 2014

Now you can create CSS SourceMaps with the extract-text-webpack-plugins.

Here is a config example... 😄

koistya pushed a commit to koistya/css-loader that referenced this issue Nov 19, 2015
it now bubbles when the css failed
fixes webpack-contrib#11
fixes webpack-contrib#12
fixes webpack-contrib#13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants