mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-07 01:46:44 +08:00
remove vue.config.js
This commit is contained in:
@@ -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`
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user