fix: support browsers dont support regexp positive lookbehind
This commit is contained in:
parent
47d85d752f
commit
5a7182fcca
5 changed files with 669 additions and 677 deletions
|
@ -16,6 +16,9 @@ export default {
|
|||
name: 'Heti',
|
||||
plugins: [
|
||||
terser({
|
||||
compress: {
|
||||
pure_funcs: ["console.info"] // 移除调试信息
|
||||
},
|
||||
output: {
|
||||
comments: false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue