提交 f1e03e3a 编写于 作者: KK's avatar KK

打包成js文件名附加时间戳-fix

上级 0bab6467
...@@ -132,8 +132,8 @@ module.exports = { ...@@ -132,8 +132,8 @@ module.exports = {
Object.assign(config, { Object.assign(config, {
output: { output: {
...config.output, ...config.output,
filename: `js/[name].[chunkhash].${Timestamp}js`, filename: `js/[name].${Timestamp}js`,
chunkFilename: `js/[name].[chunkhash].${Timestamp}.js` chunkFilename: `js/[name].${Timestamp}.js`
}, },
}); });
if (config.plugins.length > 0) { if (config.plugins.length > 0) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册