Files
im/vue.config.js
T
cansnow f289f79813 18
2025-12-24 04:12:56 +08:00

12 lines
298 B
JavaScript

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