remove vue.config.js

This commit is contained in:
2025-09-11 11:11:04 +08:00
parent ae6fe2414e
commit 9372d8ce10

View File

@@ -1,15 +0,0 @@
let filePath = ''
let Timestamp = ''
if (process.env.UNI_PLATFORM === 'h5') {
Timestamp = '.' + new Date().getTime()
}
module.exports = {
configureWebpack: {
output: {
filename: `${filePath}[name]-${new Date().getTime()}-[hash].js`,
chunkFilename: `${filePath}[name]-${new Date().getTime()}-[hash].js`
}
}
}