-
Notifications
You must be signed in to change notification settings - Fork 10.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
Autoprefixer "browsers" option is deprecated in v9, produces warnings #14530
Comments
Seems to be caused by Update: I think I found the usage of the |
Yeah seems like it autoprefixers latest release. We would love to get this fixed.
|
I'll do it ✌🏻 |
That was fast! awesome @robertcoopercode |
Hi, I have the same error only in the Gulp system Actual result
package.json
|
To get rid of the error with Gulp do the following: Add browserslist options array to your package.json file.
Then remove the same options from your gulpfile.js file wherever you were calling them; leaving the autoprefixer callback empty.
Template on. |
@lucasjohnson I also assume |
I found the following link helpful to me and solved my problem. |
Correct |
Thank you very much for this solutions! Saved me! |
You can see the full working example here: https://github.com/lucasjohnson/gulp-templating/blob/master/package.json |
Description
I'm getting a series of warnings related to the
browserslist
package.I can't override the settings following the warning instructions because I can't find
where the wrong properties are written.
Steps to reproduce
yarn develop
Expected result
There should be no warnings.
Actual result
DONE Compiled successfully in 9137ms
Environment
The text was updated successfully, but these errors were encountered: