xo_user_client/vue.config.js

9 lines
171 B
JavaScript

module.exports = {
// webpack配置
configureWebpack: {
// 关闭 webpack 的性能提示
performance: {
hints: false
}
}
}