Answer the question
In order to leave comments, you need to log in
How to enable support for old vuejs browsers?
I am using vue3 in a project. I need support for older browsers, namely chrome 49. When the project is launched in chrome 49, an error occurs - syntax error unexpected token.
Swears on the spread operator.
In babel.config.js the @babel/plugin-proposal-object-rest-spread plugin is enabled but seems to be ignored...
My babel.config.js
module.exports = {
"presets": ["@vue/cli-plugin-babel/preset"],
"plugins":
};
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question