mirror of
https://gitee.com/zongzhige/shopxo-uniapp.git
synced 2026-06-05 18:25:48 +08:00
9 lines
171 B
JavaScript
9 lines
171 B
JavaScript
module.exports = {
|
|
// webpack配置
|
|
configureWebpack: {
|
|
// 关闭 webpack 的性能提示
|
|
performance: {
|
|
hints: false
|
|
}
|
|
}
|
|
} |