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

模板字符转译

上级 f1e03e3a
...@@ -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].${Timestamp}js`, <#noparse>filename: `js/[name].${Timestamp}js`,
chunkFilename: `js/[name].${Timestamp}.js` chunkFilename: `js/[name].${Timestamp}.js`</#noparse>
}, },
}); });
if (config.plugins.length > 0) { if (config.plugins.length > 0) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册