Open saadan opened 4 years ago
Replace Autoprefixer browsers option to Browserslist config. Use browserslist key in package.json or .browserslistrc file.
Using browsers option can cause errors. Browserslist config can be used for Babel, Autoprefixer, postcss-normalize and other tools.
If you really need to use option, rename it to overrideBrowserslist.
here should be a way to fix it https://github.com/gatsbyjs/gatsby/issues/14530#issuecomment-503144716
Replace Autoprefixer browsers option to Browserslist config. Use browserslist key in package.json or .browserslistrc file.
Using browsers option can cause errors. Browserslist config can be used for Babel, Autoprefixer, postcss-normalize and other tools.
If you really need to use option, rename it to overrideBrowserslist.
here should be a way to fix it https://github.com/gatsbyjs/gatsby/issues/14530#issuecomment-503144716