module.exports = { build: { extend (config, { isClient }) { // 为客户端打包进行扩展配置if (isClient) { config.devtool = 'eval-source-map' } } } }.
確定! 回上一頁