это должно быть автоматически добавлено, но это не так. Добавление browserlist в package.json тоже не работает.
Есть идеи? Спасибо.
Код: Выделить всё
"next": "^14.0.3",
"styled-components": "^6.1.1"
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
">0.2%",
"not dead",
"not op_mini all"
]
},
< /code>
postcss.config.js
module.exports = {
plugins: {
autoprefixer: {},
},
}
Что я хочу достичь runtime render
Подробнее здесь: https://stackoverflow.com/questions/775 ... r-prefixes
Мобильная версия