This commit is contained in:
linfso 2024-08-03 19:13:52 +08:00
parent 06a0d77bdc
commit 6e33ff4017

View File

@ -106,10 +106,6 @@ module.exports = {
'@': resolve('src')
}
},
output: { // 输出重构 打包编译后的 文件名称 【模块名称.版本号.时间戳】
filename: `static/js/[name].${process.env.VUE_APP_VERSION}.${Timestamp}.js`,
chunkFilename: `static/js/[name].${process.env.VUE_APP_VERSION}.${Timestamp}.js`
}
}
}
},