-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Doesnt pick browserslist config #72
Comments
Just stumbled across this issue... It seems to work fine in my current project though, can't actually reproduce this. |
If anyone has this issue, you could use this workaround: .pipe(gulpAutoprefixer({
browsers: require('./package.json').browserslist
})) |
Thanks @simison. I had a similar issue. Your solution works for me. |
I was using a |
@IssueHunt has funded $40.00 to this issue.
|
Just verified that I cannot reproduce this as of 2020, browserslist key in When using:
|
Hi,
Browserslist config from package.json is not read.
Thanks,
Sinu
The text was updated successfully, but these errors were encountered: