`const vuxLoader = require ("vux-loader") 
 const webpackConfig = originalConfig 
 module.exports = vuxLoader.merge (webpackConfig, {
 plugins: ["vux-ui"] 
}) `
 this is the configuration of the official website. Due to the different configuration methods after webpakc4.x upgrade, how to use vux-loader 

