I am using styled-components library in my React project.
I would like to disable generating of vendor prefixes during the development time.
It is very cumbersome to find a specified CSS property among so many similar to toggle it and test in browser's dev tools.
Just take a look at this picture (borrowed from one of the issues regarding the same)
Anything I found on the Internet is to use the disableVendorPrefixes prop on StyleSheetManager which is no solution for me, because:
- I don't use StyleSheetManager
- I want to put this as configuration in my development Webpack config file
Things I found and don't satisfy my needs:
