fix minification target

上级 f06ebe74
......@@ -278,6 +278,8 @@ function uglifyWithCopyrights(): NodeJS.ReadWriteStream {
outfile: f.relative,
sourcemap: true,
minify: true,
platform: 'node',
target: ['node12.18']
}));
}));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册