vue配置

This commit is contained in:
gongfuxiang
2024-11-07 10:40:56 +08:00
parent c54e7687fc
commit 469722260f

9
vue.config.js Normal file
View File

@ -0,0 +1,9 @@
module.exports = {
// webpack配置
configureWebpack: {
// 关闭 webpack 的性能提示
performance: {
hints: false
}
}
}