|
|
@@ -14,7 +14,7 @@ module.exports = { |
|
|
|
disableHostCheck: true |
|
|
|
}, |
|
|
|
output: { // 输出重构 打包编译后的 文件目录 文件名称 【模块名称.时间戳】 |
|
|
|
filename: `${filePath}[name]${Timestamp}.js?v=1.0.1`, |
|
|
|
filename: `${filePath}[name]${Timestamp}.js?v=1.0.2`, |
|
|
|
chunkFilename: `${filePath}[name]${Timestamp}.js` |
|
|
|
}, |
|
|
|
} |
|
|
|