Rect build 警告:autoprefixer:start 值具有混合支持,请考虑改用 flex-start

Rect build warning : autoprefixer: start value has mixed support, consider using flex-start instead

提问人:Rakhi 提问时间:2/10/2023 更新时间:4/23/2023 访问量:617

问:

在构建我的 react 应用程序时,我收到如下警告,

autoprefixer: start value has mixed support, consider using flex-start instead

我的package.json就像

    "autoprefixer": "^10.4.13",


"browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version",
      "last 1 ie version"
    ]
  },

由于这是与模块相关的警告,而不是我们的警告,我们如何解决此警告。恳请建议。

ReactJS 警告 autoprefixer

评论


答: 暂无答案