Answer the question
In order to leave comments, you need to log in
Vue Cli 3 and IE11 issue. How to decide?
Hello!
In the project we are using Vue cli 3.0.0-rc.10. with TypeScript 3, use classes. I need it to work in IE 11.
We use the sl-vue-tree plugin and when building-e I see that Vue does not convert arrow functions and I get an error.
I've tried:
// babel.config.js
process.env.VUE_CLI_BABEL_TRANSPILE_MODULES = true;
module.exports = {
"presets": [
[
"@vue/app",
{
"useBuiltIns": "entry",
}
]
]
}
// vue.config.js
module.exports = {
transpileDependencies:[
‘sl-vue-tree’,
]
};
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