vr-shopxo-uniapp/vue.config.js

9 lines
171 B
JavaScript
Raw Permalink Normal View History

2024-11-07 02:40:56 +00:00
module.exports = {
// webpack配置
configureWebpack: {
// 关闭 webpack 的性能提示
performance: {
hints: false
}
}
}