Open murilolivorato opened 4 years ago
I think your config is right but you should use Vue.component(Select) instead of Vue.use(Select).However,after I import babel-plugin-import ,my website became blank in IE,and I don't know why
https://github.com/iview/iview/issues/2747 this solution works! I hope it can help you
chainWebpack: config => { config.module .rule('view-design') .test(/view-design.src.*?js$/) .use('babel') .loader('babel-loader') .end() return config }
Hello , I am trying to import just the Select component like this -
I installed the babel plugin import with this command -
BUT I DONT KNOW HOW TO CONFIG THE .babelrc.js FILE .
it IS LIKE THIS IN THE EXAMPLE -
How do I config it ?