fix: support browsers dont support regexp positive lookbehind

This commit is contained in:
Sivan 2020-03-15 20:58:23 +08:00
parent 47d85d752f
commit 5a7182fcca
5 changed files with 669 additions and 677 deletions

View file

@ -16,6 +16,9 @@ export default {
name: 'Heti',
plugins: [
terser({
compress: {
pure_funcs: ["console.info"] // 移除调试信息
},
output: {
comments: false
}