做出反应。如何添加 autoprefixer 包并进行配置?
Posted
技术标签:
【中文标题】做出反应。如何添加 autoprefixer 包并进行配置?【英文标题】:React. How to add autoprefixer package in and config it? 【发布时间】:2018-09-09 05:18:52 【问题描述】:我在整个互联网上搜索,但没有找到问题的答案 - 如何在生产版本中为我的 css
文件添加供应商前缀支持?
所以,我找到了两篇关于这个问题的文章,但它对我没有帮助`。
https://medium.com/@kitze/configure-create-react-app-without-ejecting-d8450e96196a
https://medium.com/@ruanjian/configure-css-for-create-react-app-8681c6eb5f00
【问题讨论】:
阅读此https://github.com/postcss/postcss-loader 你使用 Webpack 吗?如果是,请查看this conf。 【参考方案1】:如果您通过脚本 create-react-app 创建了 React 应用程序,则不需要使用任何供应商前缀,它确实使用了 autoprefixer。
【讨论】:
以上是关于做出反应。如何添加 autoprefixer 包并进行配置?的主要内容,如果未能解决你的问题,请参考以下文章