Add following line in package.json
:
If you’re using yarn:
"resolutions": {
"autoprefixer": "10.4.5"
}
If you’re using npm:
"overrides": {
"autoprefixer": "10.4.5"
}
Add following line in package.json
:
If you’re using yarn:
"resolutions": {
"autoprefixer": "10.4.5"
}
If you’re using npm:
"overrides": {
"autoprefixer": "10.4.5"
}