-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
generated sourcemaps missing path #731
Comments
You need to set sourceContent option to PostCSS. |
I don't use autoprefixer as PostCSS plugin. |
There is no standalone Autoprefixer 😉. gulp-autoprefixer just have hidden PostCSS inside. In Gulp you need to enable sourceContent in gulp-sourcemaps. PostCSS will use previous source map settings. |
|
|
Ouh, I found what you mean 😕 |
Could you try Autoprefixer doesn't add maps, only PostCSS does it |
:) Let me try. |
|
It should, but maybe it contains some mistake? |
I use autoprefixer with gulp, but generated sourcemaps seem to have only files name in
sources
attribute.Actual result:
Expected result (when I disable autoprefixer):
The text was updated successfully, but these errors were encountered: