Autoprefixer not working on parcel 1.9.7: I have my src folder and I have .postcssrc file and styles file in the same folder content inside the .postcssrc file: { "plugins": { "autoprefixer": true } }
parcel was installed with npm install -g parcel-bundler
pacckage json dev depenndacies:
"devDependencies": {
"autoprefixer": "^9.1.3",
"node-sass": "^4.9.3",
"postcss-modules": "^1.3.2"
},
maybe anyone knows what could be the issue?