L
L
LanaMore2020-06-12 15:00:03
Vue.js
LanaMore, 2020-06-12 15:00:03

Why doesn't autoprefixer work in Vue Cli?

Hello! I use Vue Cli in the project, the documentation says that the autoprefixer plugin is enabled by default.
But when checked in browsers, there are no autoprefixes (the only prefixed property is user-select), and hence something is not supported somewhere. I use Less.

The documentation also says - "To determine the target browsers, use the browserslist field in the package.json file."

I add what is written below, but still there are no prefixes.
"browserslist": [
"last 2 version",
"> 1%",
"not dead"
]
5ee36de3ee02e126672995.jpeg

Please tell me what should be done so that prefixes appear for all browsers. Thanks

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
WapSter, 2020-06-12
@LanaMore

npx browserslist you will see a list of browsers, maybe they don’t need prefixes at all. List of options for customization.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question