module.exports = { devServer: { headers: { 'Access-Control-Allow-Origin': '*', }, }, chainWebpack: config => { // config.module // .rule('vue') // .use('vue-loader') // .tap(options => { // // modify the options... // options.compilerOptions.isCustomElement = tag => tag.startsWith('micro-app') // return options // }) } }