Files
im/vue.config.js
T
cansnow db99bebcb4 22
2026-01-15 22:50:35 +08:00

13 lines
287 B
JavaScript

module.exports = {
configureWebpack: {
// 开启缓存
cache: true,
// // 并行构建
// parallel: true,
// // 关闭sourcemap加速生产构建
// productionSourceMap: false
},
// 关闭文件hash (开发环境)
filenameHashing: process.env.NODE_ENV !== 'production'
}