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

问题描述 投票:0回答:1

我在构建我的 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 warnings autoprefixer
1个回答
0
投票

我有同样的问题。我认为问题出在 bootstrap 本身

© www.soinside.com 2019 - 2024. All rights reserved.