We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Re: #246 (comment), adding in a CSS autoprefixer would allow clean use of CSS4 features (such as the user-select property in that example).
user-select
Note: https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/webpack.config.js already uses preset-env with browser versions configured, and already also uses postcss-loader, so this is probably just a matter of adding the autoprefixer to postcss-loader config (https://github.com/postcss/postcss-loader#autoprefixing) and ensuring it uses matching environment settings to the Babel preset.
preset-env
postcss-loader
The text was updated successfully, but these errors were encountered:
c90cd75
No branches or pull requests
Issue description
Re: #246 (comment), adding in a CSS autoprefixer would allow clean use of CSS4 features (such as the
user-select
property in that example).Note: https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/webpack.config.js already uses
preset-env
with browser versions configured, and already also usespostcss-loader
, so this is probably just a matter of adding the autoprefixer to postcss-loader config (https://github.com/postcss/postcss-loader#autoprefixing) and ensuring it uses matching environment settings to the Babel preset.Technical info
The text was updated successfully, but these errors were encountered: