-
Notifications
You must be signed in to change notification settings - Fork 8
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
Rename browsers option to overrideBrowserslist for postcss #273
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #273 +/- ##
=======================================
Coverage 64.36% 64.36%
=======================================
Files 19 19
Lines 449 449
Branches 81 81
=======================================
Hits 289 289
Misses 137 137
Partials 23 23
Continue to review full report at Codecov.
|
Are you sure this works? I tried changing this in the node_modules file of mastarm and the warnings are still occurring. |
Ah, no I didn't actually try it out on a project. Let me try and see what else this needs. |
@evansiroky, I just tried this out on the example project for otp-rr and it did in fact remove the warning. It also fixed an issue building/babelifying the js, so I'd like to move forward with this fix. |
Hold that thought, I just did a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good except for #273 (comment)
🎉 This PR is included in version 5.1.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This removes a noisy warning when mastarm is run. References postcss/autoprefixer#1216